#pragma once #include <boost/uuid/uuid.hpp> namespace CamelotEngine { typedef boost::uuids::uuid UUID; }