update headers
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
#include <utils/compiler.h>
|
||||
#include <utils/Entity.h>
|
||||
#include <utils/EntityInstance.h>
|
||||
#include <utils/EntityManager.h>
|
||||
#include <utils/StructureOfArrays.h>
|
||||
|
||||
@@ -71,8 +72,8 @@ public:
|
||||
mData.push_back();
|
||||
}
|
||||
|
||||
SingleInstanceComponentManager(SingleInstanceComponentManager&& rhs) noexcept {/* = default */}
|
||||
SingleInstanceComponentManager& operator=(SingleInstanceComponentManager&& rhs) noexcept {/* = default */}
|
||||
SingleInstanceComponentManager(SingleInstanceComponentManager&&) noexcept {/* = default */}
|
||||
SingleInstanceComponentManager& operator=(SingleInstanceComponentManager&&) noexcept {/* = default */}
|
||||
~SingleInstanceComponentManager() noexcept = default;
|
||||
|
||||
// not copyable
|
||||
|
||||
Reference in New Issue
Block a user