summaryrefslogtreecommitdiff
path: root/src/components.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-09-01 10:10:51 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-09-06 17:24:27 -0400
commitb9f90793c8c0468d5f35d7af976a6e3bcd206aad (patch)
treebff30852d5bb594c7ad84c5f7f3d5a385e18fc4a /src/components.cpp
parent092e287ba5669f6ed40b721c0bdf2450dae95af8 (diff)
add first graphics binding component
Diffstat (limited to 'src/components.cpp')
-rw-r--r--src/components.cpp5
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);