First test plugin
git-svn-id: svn://svn.cc65.org/cc65/trunk@1221 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -82,7 +82,7 @@ void LoadChip (const char* LibName);
|
||||
void InitChips (void);
|
||||
/* Initialize the chips. Must be called *after* all chips are loaded */
|
||||
|
||||
const Chip* GetChip (const char* Name);
|
||||
const Chip* FindChip (const char* Name);
|
||||
/* Find a chip by name. Returns the Chip data structure or NULL if the chip
|
||||
* could not be found.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user