mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
Rename file.h
This commit is contained in:
parent
9d52129218
commit
8b1029085e
|
|
@ -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;
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user