Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
00001 // Licensed GNU LGPL v3 or later: http://www.gnu.org/licenses/lgpl.html 00002 #ifndef __RAPICORN_INTERNAL_HH__ 00003 #define __RAPICORN_INTERNAL_HH__ 00004 00005 #include <rapicorn-core.hh> 00006 00007 #if !defined __RAPICORN_CLIENTAPI_HH_ && !defined __RAPICORN_UITHREAD_HH__ 00008 #error Include after uithread.hh or clientapi.hh 00009 #endif 00010 00011 namespace Rapicorn { 00012 00013 ApplicationH uithread_bootup (int *argcp, char **argv, const StringVector &args); 00014 void uithread_shutdown (); // Implemented in uithread.cc 00015 int64 client_app_test_hook (); 00016 int64 server_app_test_hook (); 00017 00018 } // Rapicorn 00019 00020 #endif /* __RAPICORN_INTERNAL_HH__ */