R-Type  2
Doom but in better
Loading...
Searching...
No Matches
WinSystem.hpp
Go to the documentation of this file.
1#pragma once
2
3class Registry;
4
5namespace Win {
6 extern int enemies_left;
7}
8
Registry * r
Definition Tests.cpp:4
void win_system(Registry &r)
Definition WinSystem.cpp:11
Manages entities and their associated components, enabling the creation, deletion,...
Definition Registry.hpp:23
int enemies_left
Definition WinSystem.cpp:6