Program Listing for File component.h
↰ Return to documentation for file (PrismEngine/src/component.h)
#pragma once
#include <cstdint>
namespace prism {
namespace scene {
typedef uint32_t ComponentType;
const ComponentType INVALID_COMPONENT_TYPE = 0;
}
}