コード例 #1
0
ファイル: main.cpp プロジェクト: robert-porter/SideScroller
void SpecialKey(int key, int x, int y) {
	editor.Special(key, x, y);
}