Skip to content

Commit 8b062da

Browse files
authored
Merge pull request LeeKamentsky#184 from LeeKamentsky/issue_183
issue LeeKamentsky#183, added includes for StopVM and CreateJavaVM in .h file
2 parents 408d39f + 00cc093 commit 8b062da

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)