about summary refs log tree commit diff stats
path: root/data/maps/the_talented/metadata.txtpb
blob: 16aa221856c5b70f72cdd49815ffccc870d93f5c (plain) (blame)
generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-09-28 19:57:32 +0000 n class="n">class RenderingSystem : public System { public: RenderingSystem(Game& game) : System(game) {} void tick(double dt); private: Texture texture {GAME_WIDTH, GAME_HEIGHT}; }; #endif /* end of include guard: RENDERING_H_76ABC02A */