mirror of https://github.com/zeldaret/botw.git
fix missing pragma once
This commit is contained in:
parent
6c3158c057
commit
b2134d8304
|
|
@ -1,3 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <agl/Utils/aglParameter.h>
|
||||
#include <agl/Utils/aglParameterObj.h>
|
||||
#include <math/seadVector.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <agl/Utils/aglParameter.h>
|
||||
#include <agl/Utils/aglParameterObj.h>
|
||||
#include <container/seadBuffer.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue