mirror of https://github.com/AxioDL/boo.git
* Remove redundant files
This commit is contained in:
parent
66591c4bdb
commit
bcb889137f
12
IContext.cpp
12
IContext.cpp
|
@ -1,12 +0,0 @@
|
|||
#include "CContext.hpp"
|
||||
|
||||
CContext::CContext()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
CContext::~CContext()
|
||||
{
|
||||
|
||||
}
|
||||
|
12
IContext.hpp
12
IContext.hpp
|
@ -1,12 +0,0 @@
|
|||
#ifndef ICONTEXT_HPP
|
||||
#define ICONTEXT_HPP
|
||||
|
||||
|
||||
class IContext
|
||||
{
|
||||
public:
|
||||
IContext();
|
||||
~IContext();
|
||||
};
|
||||
|
||||
#endif // ICONTEXT_HPP
|
Loading…
Reference in New Issue