Subversion Repositories Games.Carmageddon

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef PLATFORM_NULL
  2. #define PLATFORM_NULL
  3.  
  4. #include "harness/hooks.h"
  5.  
  6. void Null_Platform_Init(tHarness_platform* platform);
  7.  
  8. #endif
  9.