fixing stuff
This commit is contained in:
14
src/game/Gen.h
Normal file
14
src/game/Gen.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include "../gen/Generated.h"
|
||||
|
||||
namespace Generated
|
||||
{
|
||||
bool IsValid(const AssetHandle& h);
|
||||
bool IsValid(const ModelHandle& h);
|
||||
|
||||
bool operator==(const AssetHandle& lhs, const AssetHandle& rhs);
|
||||
bool operator==(const ModelHandle& lhs, const ModelHandle& rhs);
|
||||
|
||||
PuzPos operator+=(PuzPos lhs, const PuzPos& rhs);
|
||||
PuzPos operator+(PuzPos lhs, const PuzPos& rhs);
|
||||
} // namespace Generated
|
||||
Reference in New Issue
Block a user