From 98c4526acea0417c09e9a0c5f392e075489fc960 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 17 Dec 2023 16:02:53 +0100 Subject: [PATCH] Renamed the joined library. --- misc/merger/join.sh | 4 ++-- misc/merger/{pmcore.cpp.inl => pem.cpp.inl} | 4 ++-- misc/merger/{pmcore.h.inl => pem.h.inl} | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) rename misc/merger/{pmcore.cpp.inl => pem.cpp.inl} (99%) rename misc/merger/{pmcore.h.inl => pem.h.inl} (99%) diff --git a/misc/merger/join.sh b/misc/merger/join.sh index 8e39027..2a55deb 100755 --- a/misc/merger/join.sh +++ b/misc/merger/join.sh @@ -4,5 +4,5 @@ mkdir -p out cd .. cd .. -python misc/merger/join.py --template misc/merger/pmcore.h.inl --path . --output misc/merger/out/pmcore.h -python misc/merger/join.py --template misc/merger/pmcore.cpp.inl --path . --output misc/merger/out/pmcore.cpp +python misc/merger/join.py --template misc/merger/pem.h.inl --path . --output misc/merger/out/pem.h +python misc/merger/join.py --template misc/merger/pem.cpp.inl --path . --output misc/merger/out/pem.cpp diff --git a/misc/merger/pmcore.cpp.inl b/misc/merger/pem.cpp.inl similarity index 99% rename from misc/merger/pmcore.cpp.inl rename to misc/merger/pem.cpp.inl index 33084e2..9a19722 100644 --- a/misc/merger/pmcore.cpp.inl +++ b/misc/merger/pem.cpp.inl @@ -1,6 +1,6 @@ -#ifndef PANDEMONIUM_MINIMAL_CORE_H -#include "pmcore.h" +#ifndef PANDEMONIUM_MINIMAL_H +#include "pem.h" #endif diff --git a/misc/merger/pmcore.h.inl b/misc/merger/pem.h.inl similarity index 99% rename from misc/merger/pmcore.h.inl rename to misc/merger/pem.h.inl index f217abf..34e0e1c 100644 --- a/misc/merger/pmcore.h.inl +++ b/misc/merger/pem.h.inl @@ -1,5 +1,5 @@ -#ifndef PANDEMONIUM_MINIMAL_CORE_H -#define PANDEMONIUM_MINIMAL_CORE_H +#ifndef PANDEMONIUM_MINIMAL_H +#define PANDEMONIUM_MINIMAL_H // https://github.com/Relintai/pandemonium_engine_minimal