wip: make shared traits usable

This commit is contained in:
Michele Caini
2019-02-17 23:04:02 +01:00
parent 617635a989
commit f7c756d215
4 changed files with 56 additions and 33 deletions

View File

@@ -10,6 +10,11 @@
#endif
#endif
ENTT_SHARED_TYPE(int);
ENTT_SHARED_TYPE(char);
ENTT_SHARED_TYPE(double);
ENTT_SHARED_TYPE(float);
LIB_EXPORT typename entt::registry<>::component_type a_module_int_type() {
entt::registry<> registry;