All code ready for mass translation

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@691 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-03-23 18:08:42 +00:00
parent f8c7c6730b
commit 346d940889
51 changed files with 1772 additions and 1773 deletions

View File

@@ -19,8 +19,8 @@
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
void Demarrer_pile_operation(word Operation_demandee);
void Operation_PUSH(short Valeur);
void Operation_POP(short * Valeur);
void Operation_PUSH(short value);
void Operation_POP(short * value);
//////////////////////////////////////////////////// OPERATION_DESSIN_CONTINU
void Freehand_Mode1_1_0(void);