hoc-sys: change licenses and add more config options

This commit is contained in:
souldbminersmwc
2025-10-31 17:32:59 -04:00
parent 1817314ce5
commit 68de640ea2
97 changed files with 1807 additions and 182 deletions

View File

@@ -213,7 +213,7 @@ class View
/**
* Called each frame
* Do not override it to draw your view,
* Default it to draw your view,
* override draw() instead
*/
virtual void frame(FrameContext* ctx);