raSystem  1.0 bata
raGame.h
Go to the documentation of this file.
1 #pragma once
2 
3  class RAPI raGame
4  {
5  public:
6  raGame(void);
7 
8  ~raGame(void);
9  };
#define RAPI
Definition: raMain.h:11
Definition: raGame.h:3