ScriptsController.h
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:0k
源码类别:

OpenGL

开发平台:

Visual C++

  1. //
  2. //  ScriptsController.h
  3. //  celestia
  4. //
  5. //  Created by Da Woon Jung on 2007-05-30.
  6. //  Copyright 2007 Da Woon Jung. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. #define CEL_SCRIPTS_FOLDER  @"scripts"
  10. @interface ScriptsController : NSObject
  11. {
  12.     IBOutlet NSMenu *scriptMenu;
  13. }
  14. - (void)buildScriptMenu;
  15. @end