cocoaTouch/otherSrc/PascalImports.h
changeset 2678 334016e8d895
child 2682 d4c395f25db2
equal deleted inserted replaced
2677:83ad68ceef72 2678:334016e8d895
       
     1 /*
       
     2  *  PascalImports.h
       
     3 //  fpciphonedel
       
     4 //
       
     5 //  Created by Vittorio on 07/01/10.
       
     6 //  Copyright __MyCompanyName__ 2010. All rights reserved.
       
     7  *
       
     8  */
       
     9 
       
    10 #ifndef PASCALIMPORTS
       
    11 #define PASCALIMPORTS
       
    12 
       
    13 #ifdef __cplusplus
       
    14 extern "C" {
       
    15 #endif
       
    16 
       
    17 /* add C declarations below for all exported Pascal functions/procedure
       
    18  * that you want to use
       
    19  */
       
    20 	
       
    21 void HW_click(void);
       
    22 void HW_zoomIn(void);
       
    23 void HW_zoomOut(void);
       
    24 void HW_ammoMenu(void);
       
    25 
       
    26 #ifdef __cplusplus
       
    27 }
       
    28 #endif
       
    29 
       
    30 #endif