Fix CTexture.hpp header guard

This commit is contained in:
Luke Street 2022-07-02 01:34:01 -04:00
parent 44d675d87d
commit 16298ccb35
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#ifndef _CTOKEN_HPP #ifndef _CTEXTURE_HPP
#define _CTOKEN_HPP #define _CTEXTURE_HPP
#include "gx_enum.h" #include "gx_enum.h"
#include "types.h" #include "types.h"