]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/application.h
Add window and input management signals for Android
[libs/core.git] / source / core / application.h
index e1d3a8b5e2be95d0c2fd0ffce151a1347264f080..af18cea664b35eca77cc2148fd4db6815f5fadb6 100644 (file)
@@ -42,7 +42,7 @@ public:
 
        This function can only be called once.  The global main() function provided
        by the library normally does it automatically at program startup. */
 
        This function can only be called once.  The global main() function provided
        by the library normally does it automatically at program startup. */
-       static int run(int, char **, void * =0);
+       static int run(int, char **, void * =0, void (*)(void *) = 0);
 
        static void *get_data() { return data_; }
 
 
        static void *get_data() { return data_; }