diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-01 10:10:51 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-06 17:24:27 -0400 |
| commit | b9f90793c8c0468d5f35d7af976a6e3bcd206aad (patch) | |
| tree | bff30852d5bb594c7ad84c5f7f3d5a385e18fc4a /src/components.cpp | |
| parent | 092e287ba5669f6ed40b721c0bdf2450dae95af8 (diff) | |
add first graphics binding component
Diffstat (limited to 'src/components.cpp')
| -rw-r--r-- | src/components.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components.cpp b/src/components.cpp new file mode 100644 index 0000000..7531dd2 --- /dev/null +++ b/src/components.cpp @@ -0,0 +1,5 @@ + +#include "components.hpp" + +TypeSafeInt_B(EntityHandle); +TypeSafeInt_B(GrBindsHandle); |
