diff options
Diffstat (limited to 'room.cpp')
| -rw-r--r--[-rwxr-xr-x] | room.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -8,11 +8,9 @@ using namespace std; room::room( string s_name ) : name( s_name ) -{ -} +{} room::~room() -{ -} +{} #endif |
