summaryrefslogtreecommitdiffstats
path: root/engine/include/object.hpp
blob: 70a7a2d3c86eb471740bf96464594c10ce086301 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

namespace flat
{
    struct object
    {
        // it exists
    };
}