"L. Spiro Engine"

F:/My Projects/LSEngine/Modules/LSEngine/Src/OSX/LSEOpenGlViewController.h

00001 
00016 #ifndef __LSE_OPENGLVIEWCONTROLLER_H__
00017 #define __LSE_OPENGLVIEWCONTROLLER_H__
00018 
00019 #include "../LSEEngine.h"
00020 #include "../Game/LSEGame.h"
00021 
00022 #ifdef LSE_OSX
00023 #import <Foundation/NSObject.h>
00024 
00025 @interface COpenGlViewController : NSObject {
00026 }
00027 
00028 @end
00029 
00030 #endif  // #ifdef LSE_OSX
00031 
00032 #endif  // #ifndef __LSE_OPENGLVIEWCONTROLLER_H__
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator