#include "machine.h"Include dependency graph for fromjava.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | SetFromJavaToON (void) |
| int | IsFromJava (void) |
| int IsFromJava | ( | void | ) |
Definition at line 14 of file fromjava.c.
References bFromJava.
Referenced by TerminateGUI().
00015 { 00016 return bFromJava; 00017 }
Here is the caller graph for this function:

| void SetFromJavaToON | ( | void | ) |
Definition at line 9 of file fromjava.c.
References bFromJava, int, and TRUE.
Referenced by Initialize().
Here is the caller graph for this function:

1.5.1