Files
dilemmaker/source/main.cpp

11 lines
107 B
C++

#include "rooms.h"
namespace game
{
int init()
{
rooms::load();
return 0;
}
}