Subversion Repositories Games.Carmageddon

Rev

Rev 1 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. #ifndef _DEMO_H_
  2. #define _DEMO_H_
  3.  
  4. #include "dr_types.h"
  5.  
  6. extern int gLast_demo;
  7.  
  8. void DoDemo(void);
  9.  
  10. #endif
  11.