create seperate core2/file.h
header
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
|
||||
|
||||
#include <core2/file.h>
|
||||
|
||||
void func_802BA23C(s32 *arg0, s32 arg1);
|
||||
|
||||
|
@@ -2,6 +2,8 @@
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
|
||||
#include <core2/file.h>
|
||||
|
||||
typedef struct{
|
||||
f32 unk0[3];
|
||||
f32 unkC;
|
||||
|
@@ -1,4 +1,7 @@
|
||||
#include <ultra64.h>
|
||||
|
||||
#include <core2/file.h>
|
||||
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
|
||||
|
@@ -2,6 +2,7 @@
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
|
||||
#include <core2/file.h>
|
||||
|
||||
typedef struct {
|
||||
f32 position[3];
|
||||
|
@@ -2,6 +2,7 @@
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
|
||||
#include <core2/file.h>
|
||||
#include "prop.h"
|
||||
|
||||
#define SQ(x) ((x) * (x))
|
||||
|
@@ -3,6 +3,8 @@
|
||||
#include "variables.h"
|
||||
#include "enums.h"
|
||||
|
||||
#include <core2/file.h>
|
||||
|
||||
#define AssetCacheSize 0x3D5
|
||||
|
||||
extern int func_802E74A0(f32[3], f32, s32, s32);
|
||||
|
@@ -2,6 +2,7 @@
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
|
||||
#include <core2/file.h>
|
||||
|
||||
extern void func_80252CC4(f32[3], f32[3], f32, f32[3]);
|
||||
extern f32 vtxList_getGlobalNorm(BKVertexList *arg0);
|
||||
|
@@ -1,4 +1,7 @@
|
||||
#include <ultra64.h>
|
||||
|
||||
#include <core2/file.h>
|
||||
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
#include "core2/particle.h"
|
||||
|
@@ -1,11 +1,10 @@
|
||||
#include <ultra64.h>
|
||||
#include <core2/file.h>
|
||||
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
|
||||
#define FILE_DEFAULT_SIZE 0x20
|
||||
|
||||
|
||||
|
||||
void file_read(File *file, void *arg1, s32 arg2);
|
||||
|
||||
void file_close(File *file) {
|
||||
@@ -62,7 +61,7 @@ File *file_openFromMem(void *ptr, s32 size) {
|
||||
return this;
|
||||
}
|
||||
|
||||
File *file_allocNew() {
|
||||
File *file_allocNew(void) {
|
||||
File *this;
|
||||
|
||||
this = (File *) malloc(sizeof(File));
|
||||
|
@@ -2,6 +2,8 @@
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
|
||||
#include <core2/file.h>
|
||||
|
||||
#define NC_CAMERA_NODE_LIST_CAPACITY 0x46
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user