"L. Spiro Engine"

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

00001 
00016 #ifndef __LSE_OPENGLVIEW_H__
00017 #define __LSE_OPENGLVIEW_H__
00018 
00019 #include "../LSEEngine.h"
00020 
00021 #if defined( LSE_OSX )
00022 
00023 #import <AppKit/NSOpenGLView.h>
00024 
00025 @interface COpenGlView : NSOpenGLView {
00026 }
00027 
00028 @end
00029 
00030 #endif  // #if defined( LSE_OSX )
00031 
00032 #endif  // __LSE_OPENGLVIEW_H__
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator