Changeset 1105 for trunk/test/debug/sandbox.cpp
- Timestamp:
- Dec 5, 2011, 9:24:04 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/debug/sandbox.cpp
r961 r1105 19 19 #include "core.h" 20 20 21 class Moo 22 { 23 Moo() {} 24 25 virtual int SetState(int state) { return state; } 26 }; 27 21 28 using namespace std; 22 29 using namespace lol;
Note: See TracChangeset
for help on using the changeset viewer.