test.h
Go to the documentation of this file.
00001 
00007 void MyFunction();
00008 
00009 
00013 class TestClassA
00014 {
00015         public:
00017         int testmember;
00018 };
00019 
00023 class TestClassB
00024 {
00025         public:
00027         bool testBoolMember;
00028 };
00029 
00033 typedef float someFloatType;
00034 
00038 enum MyEnum
00039 {
00040         VALUE1, 
00041         VALUE2 
00042 }
 All Classes Files Functions Variables Typedefs Enumerations Enumerator