mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-08 02:20:44 +01:00
13 lines
184 B
C++
13 lines
184 B
C++
#include <latan/IOObject.hpp>
|
|
#include <latan/includes.hpp>
|
|
|
|
using namespace Latan;
|
|
|
|
IOObject::~IOObject(void)
|
|
{}
|
|
|
|
IOTypes::Type IOObject::IOType(void)
|
|
{
|
|
return IOTypes::NoType;
|
|
}
|