5d235b51f3
tmp commit tmp commit v2 Finished reimplementation of propertys. They now can be placed in a holder with different source of type information. Tmp commit
11 lines
382 B
C++
11 lines
382 B
C++
#pragma once
|
|
|
|
#include "storage/model/properties/array.hpp"
|
|
#include "storage/model/properties/bool.hpp"
|
|
#include "storage/model/properties/double.hpp"
|
|
#include "storage/model/properties/float.hpp"
|
|
#include "storage/model/properties/int32.hpp"
|
|
#include "storage/model/properties/int64.hpp"
|
|
#include "storage/model/properties/null.hpp"
|
|
#include "storage/model/properties/string.hpp"
|