mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-16 12:21:25 +00:00
* 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…
x
Reference in New Issue
Block a user