diff -r 75880595a9f1 -r 90585aba87ad cocoaTouch/otherSrc/PascalImports.h --- 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);