src/core1: reorganized header files

This commit is contained in:
mariob92
2024-10-08 20:39:44 +02:00
parent 737ccf97c3
commit ee183c38cc
129 changed files with 177 additions and 153 deletions

View File

@@ -1,6 +1,5 @@
#include <ultra64.h>
#include "core1/eeprom.h"
#include "core1/pfsmanager.h"
#include "core1/core1.h"
#include "save.h"
#define ROUND_UP_DIVIDE(a, b) (((a) + (b) - 1) / (b))