Rename file.h

This commit is contained in:
ElectricGeorge 2023-12-28 11:58:35 -05:00
parent 9d52129218
commit 8b1029085e
No known key found for this signature in database
GPG Key ID: B32C74265E9C81A6
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#ifndef PMDSKY_IO_H
#define PMDSKY_IO_H
#ifndef PMDSKY_FILE_H
#define PMDSKY_FILE_H
struct file_stream {
u32 field_0x0;

View File

@ -1,7 +1,7 @@
#ifndef PMDSKY_FILES_PACK_H
#define PMDSKY_FILES_PACK_H
#include <io.h>
#include <file.h>
struct pack_file_table_of_content {
u32 offset; // The offset of the file relative to the start of the Pack file