created by configure
[fw/sdcc] / sim / ucsim / globals.h
index f5e106d10a2cb4a18d9f0c9d28917ed33f4f9c27..ff273b5d864faad423fec69150a106e469a2a91a 100644 (file)
@@ -30,16 +30,21 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 #include "ddconfig.h"
 
+// prj
 #include "stypes.h"
+#include "appcl.h"
 
 
-extern class cl_sim *simulator;
+extern class cl_app *application;
 
 extern char delimiters[];
 
 extern struct id_element mem_ids[];
+extern struct id_element mem_classes[];
 extern struct id_element cpu_states[];
 
+extern char *warranty;
+extern char *copying;
 
 #endif