mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
6 lines
76 B
C++
6 lines
76 B
C++
#pragma once
|
|
|
|
class GameSystemException {
|
|
public:
|
|
static void init();
|
|
}; |