summaryrefslogtreecommitdiff
path: root/include/world/world.hpp
blob: 1b2481bb09a9558dd6033ad694da0bc3ff71c8cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <cstdint>

namespace world {

class world {
    int32_t version;

};

}