SparrowRenderer/asciimodule.cpp
2015-07-23 17:43:46 +02:00

12 lines
109 B
C++

#include "asciimodule.h"
ASCIIModule::ASCIIModule()
{
}
void ASCIIModule::renderGL(Camera* myCamera)
{
}