Start decompiling board/last5.c

This commit is contained in:
gamemasterplc 2024-03-11 10:50:14 -05:00
parent acb8192460
commit 31143de4ee
5 changed files with 745 additions and 5 deletions

View file

@ -8,7 +8,6 @@
#include "game/gamework.h"
#include "game/window.h"
#include "game/object.h"
#include "game/process.h"
#include "game/hsfman.h"
#include "game/hsfmotion.h"
#include "game/gamework_data.h"

View file

@ -2,7 +2,6 @@
#define _BOARD_WINDOW_H
#include "game/window.h"
#include "game/process.h"
typedef void (*BoardWinComKeyFunc)();