MultimediaLibraryCore 0.9
Implementsastoragemechanismforamultimedialibrary

test2.h

Go to the documentation of this file.
00001 
00002 #pragma once
00003 #ifndef TEST_2_H
00004 #define TEST_2_H
00005 
00006 namespace foo
00007 {
00009         enum Stuff
00010         {
00011                 FIRST_ENUM,             
00012                 SECOND_ENUM,    
00013         };
00014 
00016         enum MoreStuff
00017         {
00018                 THIRD_ENUM,             
00019                 FOURTH_ENUM,    
00020         };
00021 }
00022 
00023 
00024 #endif //TEST_2_H
 All Namespaces Files Functions Enumerations Enumerator