root/BF_BetaTesting.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 #define BF_BETATEST_OK                          0
   2 #define BF_BETATEST_ASK_KEY                     1
   3 #define BF_BETATEST_CHECKING_KEY        2
   4 #define BF_BETATEST_QUIT                        3
   5 
   6 extern uint32 iBetaTestingStatus;
   7  
   8 void
   9 BF_BetaTesting_InitStatus();
  10 
  11 void
  12 BF_BetaTesting_CheckKey_Start(BView * po_ViewOwner);
  13 
  14 void

/* [previous][next][first][last][top][bottom][index][help] */