Game.h 74 B

12345678
  1. #ifndef GAME_H
  2. #define GAME_H
  3. namespace Game {
  4. void init();
  5. }
  6. #endif