Working on the plugins
git-svn-id: svn://svn.cc65.org/cc65/trunk@1223 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -49,10 +49,12 @@ typedef struct SimData SimData;
|
||||
struct SimData {
|
||||
unsigned MajorVersion;
|
||||
unsigned MinorVersion;
|
||||
};
|
||||
|
||||
/* SimData instance */
|
||||
extern const SimData Sim65Data;
|
||||
/* -- Callback functions -- */
|
||||
void* (*Malloc) (size_t Size);
|
||||
void (*Warning) (const char* Format, ...);
|
||||
void (*Error) (const char* Format, ...);
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user