1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-25 06:17:58 +00:00

Added em_use

git-svn-id: svn://svn.cc65.org/cc65/trunk@1719 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-12-05 18:57:53 +00:00
parent e4d25caa56
commit f7244c4e19
12 changed files with 100 additions and 13 deletions
+1
View File
@@ -58,6 +58,7 @@ typedef struct {
void* deinstall; /* DEINSTALL routine */
void* pagecount; /* PAGECOUNT routine */
void* map; /* MAP routine */
void* use; /* USE routine */
void* mapclean; /* MAPCLEAN routine */
void* copyfrom; /* COPYFROM routine */
void* copyto; /* COPYTO routine */