CocoaApplicationHandler.cpp
Go to the documentation of this file.
1 // ****************************************************************************
2 // Filename: CocoaApplicationHandler.cpp
3 // Author: Florian Hecht
4 // Date: 2008
5 // ****************************************************************************
6 
7 
8 // ****************************************************************************
9 // Includes
10 // ****************************************************************************
11 
13 
14 #include <stdio.h>
15 
16 
17 // ****************************************************************************
18 // Global variables
19 // ****************************************************************************
20 
21 const char *app_name = "IVT_APPLICATION";
22 
23 extern "C"
24 {
25  bool CocoaInitApplication(void);
27  void CocoaShutdownApplication(void);
28 };
29 
30 
31 // ****************************************************************************
32 // Constructor / Destructor
33 // ****************************************************************************
34 
36 {
39  printf("error: couldn't initialize the CocoaApplicationHandler\n");
40 }
41 
43 {
46 }
47 
48 
49 // ****************************************************************************
50 // Methods
51 // ****************************************************************************
52 
54 {
56 }
57 
59 {
60  // TODO
61 }
const char * app_name
bool CocoaInitApplication(void)
void CocoaShutdownApplication(void)
bool CocoaProcessEventsAndGetExit(void)


asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Mon Dec 2 2019 03:47:27