Oops, forgot to adjust path for types.h
This commit is contained in:
parent
87f1c439b7
commit
f017086930
|
@ -1,7 +1,7 @@
|
|||
#ifndef ARM9_H
|
||||
#define ARM9_H
|
||||
|
||||
#include "../types.h"
|
||||
#include "types.h"
|
||||
|
||||
typedef struct {
|
||||
//ARM9 mem
|
||||
|
|
Loading…
Reference in New Issue