bubel-ecs/demos/source/gui/system.d
Mergul 5894e76540 -updated wasm build scripts
-multitheaded wasm tests
-updated dub.json
-fixed thread pool assert issue
-added windows libraries
-added demos:
 *launcher
 *simple
 *snake
 *space invaders (WIP)
 *statistics window
 *changable gui styles
 *tips window
 *profile window
 *demo window with automatic generation
 *multithreaded job updater
2019-11-19 10:37:34 +01:00

11 lines
No EOL
140 B
D

module gui.system;
import ecs.system;
struct SystemGUI
{
const (char)* name;
System* system;
bool enabled = true;
}