monorepo/TTT/Typedef.hh

14 lines
116 B
C++

#pragma once
namespace TTT
{
enum TEXTURE {
NONE,
WALL,
SYMBOL_X,
SYMBOL_O
};
} // namespace TTT