include cleanup
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include "../gen/Generated.h"
|
||||
|
||||
namespace Generated
|
||||
namespace Gen
|
||||
{
|
||||
bool IsValid(const AssetHandle& h);
|
||||
bool IsValid(const ModelHandle& h);
|
||||
@@ -12,4 +12,4 @@ namespace Generated
|
||||
|
||||
PuzPos operator+=(PuzPos lhs, const PuzPos& rhs);
|
||||
PuzPos operator+(PuzPos lhs, const PuzPos& rhs);
|
||||
} // namespace Generated
|
||||
} // namespace Gen
|
||||
|
||||
Reference in New Issue
Block a user