From b76e309166f714b0a66fb4802f02e92a82d09082 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 9 Jan 2025 14:44:31 -0500 Subject: flatten file structure + rename --- example/example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/example.cpp') 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"); -- cgit v1.2.3