regenerate asset headers with include guards (#3132)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#ifndef OBJECTS_OBJECT_VM_H
|
||||
#define OBJECTS_OBJECT_VM_H 1
|
||||
|
||||
#include "align_asset_macro.h"
|
||||
|
||||
@@ -48,4 +49,7 @@ static const ALIGN_ASSET(2) char gBeamosTeethTex[] = dgBeamosTeethTex;
|
||||
static const ALIGN_ASSET(2) char gBeamosAnim[] = dgBeamosAnim;
|
||||
|
||||
#define dgBeamosLaserDL "__OTR__objects/object_vm/gBeamosLaserDL"
|
||||
static const ALIGN_ASSET(2) char gBeamosLaserDL[] = dgBeamosLaserDL;
|
||||
static const ALIGN_ASSET(2) char gBeamosLaserDL[] = dgBeamosLaserDL;
|
||||
|
||||
|
||||
#endif // OBJECTS_OBJECT_VM_H
|
||||
|
||||
Reference in New Issue
Block a user