Fix CTexture.hpp header guard

This commit is contained in:
2022-07-02 01:34:01 -04:00
parent 44d675d87d
commit 16298ccb35

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"