Euphoria
texturetypes.cc
Go to the documentation of this file.
1 #include "core/texturetypes.h"
2 
3 namespace eu::core
4 {
5  IMPLEMENT_ENUM_TYPE(texture_type)
6 }
#define IMPLEMENT_ENUM_TYPE(NAME)
Definition: enum.h:84