Skip to content

Commit 00cc093

Browse files
committed
issue LeeKamentsky#183, added includes for StopVM and CreateJavaVM in .h file
1 parent 408d39f commit 00cc093

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mac_javabridge_utils.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,7 @@ void MacRunLoopRunInMode(double timeInterval);
101101
****************************************************************************/
102102

103103
void MacRunLoopStop();
104+
105+
void StopVM(JavaVM *vm);
106+
107+
int CreateJavaVM(JavaVM **pvm, void **pEnv, void *args);

0 commit comments

Comments
 (0)