mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
CtrlCore: Developing Cocoa
git-svn-id: svn://ultimatepp.org/upp/trunk@12076 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8104c07ce4
commit
0f165c8214
22 changed files with 719 additions and 315 deletions
|
|
@ -25,9 +25,8 @@
|
|||
#elif VIRTUALGUI
|
||||
#define GUIPLATFORM_KEYCODES_INCLUDE <VirtualGui/Keys.h>
|
||||
#define GUIPLATFORM_INCLUDE <VirtualGui/VirtualGui.h>
|
||||
#elif COCO
|
||||
#define GUIPLATFORM_KEYCODES_INCLUDE <Coco/Keys.h>
|
||||
#define GUIPLATFORM_INCLUDE <Coco/Coco.h>
|
||||
#elif flagCOCOA
|
||||
#define GUIPLATFORM_INCLUDE "Coco.h"
|
||||
#elif PLATFORM_WIN32
|
||||
#define GUIPLATFORM_INCLUDE "Win32Gui.h"
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue