home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / XenonSource.exe / xenon / source / game.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-11  |  525 b   |  20 lines

  1. //-------------------------------------------------------------
  2. //
  3. // Module:    Game instance
  4. //
  5. // Author:    John M Phillips
  6. //
  7. // Started:    05/05/00
  8. //
  9. //-------------------------------------------------------------
  10.  
  11. #include "game.h"
  12.  
  13. //-------------------------------------------------------------
  14. // Create an instance of the application class
  15. // The GameSystem library will run this automatically
  16.  
  17. CXenon myApp("Xenon 2000 : Project PCF");
  18.  
  19. //-------------------------------------------------------------
  20.