mirror of https://github.com/AxioDL/metaforce.git
16 lines
197 B
C++
16 lines
197 B
C++
|
#ifndef RUDE_RESOURCE_OUTLINER_HPP
|
||
|
#define RUDE_RESOURCE_OUTLINER_HPP
|
||
|
|
||
|
#include "ISpace.hpp"
|
||
|
|
||
|
namespace RUDE
|
||
|
{
|
||
|
|
||
|
class ResourceOutliner : public ISpace
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // RUDE_RESOURCE_OUTLINER_HPP
|