Euphoria
texturetypes.h
Go to the documentation of this file.
1 #pragma once
2 
3 
4 #include "core/enum.h"
5 
6 namespace eu::core
7 {
8  DECLARE_ENUM_TYPE(texture_type)
9 }
#define DECLARE_ENUM_TYPE(NAME)
Definition: enum.h:83