Panda3D
 All Classes Functions Variables Enumerations
config_iphone.h
1 ////////////////////////////////////////////////////////////////////
2 //
3 // PANDA 3D SOFTWARE
4 // Copyright (c) Carnegie Mellon University. All rights reserved.
5 //
6 // All use of this software is subject to the terms of the revised BSD
7 // license. You should have received a copy of this license along
8 // with this source code in a file named "LICENSE."
9 //
10 ////////////////////////////////////////////////////////////////////
11 
12 #ifndef CONFIG_IPHONE_H
13 #define CONFIG_IPHONE_H
14 
15 #include "pandabase.h"
16 #include "notifyCategoryProxy.h"
17 #include "configVariableBool.h"
18 #include "configVariableInt.h"
19 
20 NotifyCategoryDecl(iphone, EXPCL_MISC, EXPTP_MISC);
21 
22 extern EXPCL_MISC void init_libiphone();
23 
24 #endif // CONFIG_IPHONE_H