boo/IContext.cpp
2015-04-18 13:41:09 -07:00

13 lines
80 B
C++

#include "CContext.hpp"
CContext::CContext()
{
}
CContext::~CContext()
{
}