mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 20:11:42 +00:00
Replace pc_main.h with game_main.h in controller_system.c
This commit is contained in:
parent
4f497d1f65
commit
e9fd0a71d5
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
#include "pc/djui/djui_panel_splitscreen.h"
|
||||
#include "engine/math_util.h"
|
||||
#include "pc/network/network.h"
|
||||
#include "pc/pc_main.h"
|
||||
#include "pc/game_main.h"
|
||||
|
||||
// Constants for clarity
|
||||
#define MAX_GAMEPADS 10
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue