Fix CTexture.hpp header guard

Former-commit-id: 16298ccb35
This commit is contained in:
Luke Street 2022-07-02 01:34:01 -04:00
parent 03357b2acd
commit 9b385215ac
1 changed files with 2 additions and 2 deletions

View File

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