- Puta, no hi ha forma de dedicar-li temps a açò

This commit is contained in:
2025-10-29 22:03:58 +01:00
parent 107d370bfe
commit 953db90fda
6 changed files with 89 additions and 67 deletions

11
source/main.cpp Normal file
View File

@@ -0,0 +1,11 @@
#include "rooms.h"
namespace game
{
int init()
{
rooms::load();
return 0;
}
}