Increase PoolBox to Version 0.9.0
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
|
||||
namespace JabyEngine {
|
||||
namespace Make {
|
||||
using JabyEngine::operator""_i16;
|
||||
using JabyEngine::operator""_u16;
|
||||
|
||||
template<typename T, typename...ARGS>
|
||||
static constexpr T creator_template(const ARGS&...args) {
|
||||
return T::create(args...);
|
||||
|
Reference in New Issue
Block a user