[go: up one dir, main page]

Menu

[r1]: / grueworld / main.cpp  Maximize  Restore  History

Download this file

7 lines (5 with data), 84 Bytes

1
2
3
4
5
#include "common.hpp"
vector<shared_ptr<Room> > world;
int main () {
return 0;
}