Changeset 2297 for trunk/test/sandbox/sample.cpp
- Timestamp:
- Jan 29, 2013, 4:59:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/sandbox/sample.cpp
r2183 r2297 15 15 #include "core.h" 16 16 17 class Moo18 {19 Moo() {}20 21 virtual int SetState(int state) { return state; }22 };23 24 17 using namespace std; 25 18 using namespace lol; … … 27 20 int main(int argc, char **argv) 28 21 { 22 UNUSED(argc, argv); 23 29 24 /* Insert any test code here */ 30 25 return EXIT_SUCCESS;
Note: See TracChangeset
for help on using the changeset viewer.