summaryrefslogtreecommitdiffstats
path: root/engine/include/core/object.hpp
blob: cd5da5ed0753e595857e852fe766a15eda011ec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

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