changeset 2698 | 90585aba87ad |
parent 2697 | 75880595a9f1 |
child 2702 | 48fc46a922fd |
--- a/cocoaTouch/otherSrc/PascalImports.h Sat Jan 16 06:48:56 2010 +0000 +++ b/cocoaTouch/otherSrc/PascalImports.h Sat Jan 16 17:30:37 2010 +0000 @@ -17,11 +17,12 @@ /* add C declarations below for all exported Pascal functions/procedure * that you want to use */ - + + void Game(void); + + int HW_protoVer(void); - - void Game(void); - + void HW_click(void); void HW_zoomIn(void); void HW_zoomOut(void);