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 #include "test1.h"
00007 
00008 namespace foo
00009 {
00011         enum Stuff
00012         {
00013                 FIRST_ENUM,             
00014                 SECOND_ENUM,    
00015         };
00016 
00018         enum MoreStuff
00019         {
00020                 THIRD_ENUM,             
00021                 FOURTH_ENUM,    
00022         };
00023 }
00024 
00025 
00026 #endif //TEST_2_H
 All Namespaces Files Functions Variables Enumerations Enumerator