1234567891011121314151617181920212223242526272829303132333435363738 |
- class Triangles
- class TrianglesWindow
- class Assets
- class Foreground
- struct Context
- {
- bool shaders;
- bool fullscreen
- bool vsync
- bool needsUpdate
- bool running
-
- Assets* assets
- TrianglesWindow* window
- Triangles* core
-
- Foreground* foreground
- }
|