00001 //////////////////////////////////////////////////////////////////// 00002 // 00003 // PANDA 3D SOFTWARE 00004 // Copyright (c) Carnegie Mellon University. All rights reserved. 00005 // 00006 // All use of this software is subject to the terms of the revised BSD 00007 // license. You should have received a copy of this license along 00008 // with this source code in a file named "LICENSE." 00009 // 00010 //////////////////////////////////////////////////////////////////// 00011 00012 #ifndef CONFIG_IPHONE_H 00013 #define CONFIG_IPHONE_H 00014 00015 #include "pandabase.h" 00016 #include "notifyCategoryProxy.h" 00017 #include "configVariableBool.h" 00018 #include "configVariableInt.h" 00019 00020 NotifyCategoryDecl(iphone, EXPCL_MISC, EXPTP_MISC); 00021 00022 extern EXPCL_MISC void init_libiphone(); 00023 00024 #endif // CONFIG_IPHONE_H