CelestiaOpenGLView.h
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:0k
源码类别:
OpenGL
开发平台:
Visual C++
- //
- // CelestiaOpenGLView.h
- // celestia
- //
- // Created by Bob Ippolito on Tue May 28 2002.
- // Copyright (c) 2002 Chris Laurel. All rights reserved.
- //
- #import "CelestiaController.h"
- @class MacInputWatcher;
- @class TextWindowController;
- @interface CelestiaOpenGLView : NSOpenGLView
- {
- IBOutlet CelestiaController *controller;
- MacInputWatcher *inputWatcher;
- TextWindowController *textWindow;
- }
- - (void)setAASamples: (unsigned int)aaSamples;
- @end