removed unnecessary __fastcall__s, some minor cleanups
git-svn-id: svn://svn.cc65.org/cc65/trunk@2420 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
/*
|
||||
GEOS structs
|
||||
|
||||
ported to small C on 25-27.10.1999
|
||||
by Maciej 'YTM/Elysium' Witkowiak
|
||||
*/
|
||||
|
||||
@@ -11,7 +10,7 @@
|
||||
e.g. if you have menu defined as TopMenu and you want to change the number of
|
||||
menu items use:
|
||||
((struct menu*)&TopMenu)->number=newNumber;
|
||||
This will translate into single lda/sta pair
|
||||
This will be translated into single lda/sta pair
|
||||
*/
|
||||
|
||||
#ifndef _GSTRUCT_H
|
||||
|
||||
Reference in New Issue
Block a user