boo/src/graphicsys/hecl/CHECLLexer.cpp
2015-05-14 13:22:42 -10:00

15 lines
391 B
C++

#include "graphicsys/hecl/CHECLLexer.hpp"
CHECLLexer::CHECLLexer(const CGFXVertexLayoutBase& vertLayout,
const std::string& colorHECL)
: m_vertLayout(vertLayout)
{
}
CHECLLexer::CHECLLexer(const CGFXVertexLayoutBase& vertLayout,
const std::string& colorHECL,
const std::string& alphaHECL)
: m_vertLayout(vertLayout)
{
}