summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-01-09 14:44:31 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-01-09 14:44:31 -0500
commitb76e309166f714b0a66fb4802f02e92a82d09082 (patch)
tree44244fc0e6f873e1ccf6e1e95e2fec62fcec394a /example
parentb04fefe8ee0086bc1404c06b8351ecb4e942f151 (diff)
flatten file structure + rename
Diffstat (limited to 'example')
-rw-r--r--example/example-export.h (renamed from example/example_export.h)0
-rw-r--r--example/example.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/example/example_export.h b/example/example-export.h
index 53bf208..53bf208 100644
--- a/example/example_export.h
+++ b/example/example-export.h
diff --git a/example/example.cpp b/example/example.cpp
index 17a79a3..911c2cd 100644
--- a/example/example.cpp
+++ b/example/example.cpp
@@ -2,7 +2,7 @@
#include "example.hpp"
#include "components.hpp"
-#include "vendor/pk.h"
+#include "pk.h"
void OnEntityTypeCollision(const void *lhs, const void *rhs) {
fprintf(stdout, "[Example::OnEntityTypeCollision] Called\n");