diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-11 14:46:50 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-11 18:56:57 -0500 |
| commit | ba250cc496b2e617823ff8111ef463b6adea27f4 (patch) | |
| tree | dc926851da01b970aca827d6c6ca84b87a7432fa /src/components.cpp | |
| parent | 8047197b62894cb1f7bb6a6871870e4b91fde992 (diff) | |
replace handles with union struct
Diffstat (limited to 'src/components.cpp')
| -rw-r--r-- | src/components.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components.cpp b/src/components.cpp index 03366d5..587b0c3 100644 --- a/src/components.cpp +++ b/src/components.cpp @@ -1,6 +1,3 @@ #include "components.hpp" -TypeSafeInt_B(EntityHandle); -TypeSafeInt_B(GrBindsHandle); -TypeSafeInt_B(InstanceHandle); |
