mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-16 12:21:25 +00:00
13 lines
80 B
C++
13 lines
80 B
C++
#include "CContext.hpp"
|
|
|
|
CContext::CContext()
|
|
{
|
|
|
|
}
|
|
|
|
CContext::~CContext()
|
|
{
|
|
|
|
}
|
|
|