]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/application.h
Expose the asset manager from Android::MainThread
[libs/core.git] / source / core / application.h
index 1384085ef58c3b134b9aa0abecbc68fcbd9d7e9e..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. */
-       static int run(int, char **, void * =0);
+       static int run(int, char **, void * =0, void (*)(void *) = 0);
 
        static void *get_data() { return data_; }
 
@@ -66,8 +66,6 @@ private:
        /** Static wrapper function to call a member function of the Application
        instance. */
        static void sighandler_(int);
-
-       static void display_exception(const std::exception &);
 };