Subversion Repositories Games.Carmageddon

Rev

Rev 18 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

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