mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
Renamed the join files.
This commit is contained in:
parent
19f5e62d46
commit
5360e5e499
@ -4,5 +4,5 @@ mkdir -p out
|
|||||||
cd ..
|
cd ..
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
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_core.h.inl --path . --output misc/merger/out/pem_core.h
|
||||||
python misc/merger/join.py --template misc/merger/pem.cpp.inl --path . --output misc/merger/out/pem.cpp
|
python misc/merger/join.py --template misc/merger/pem_core.cpp.inl --path . --output misc/merger/out/pem_core.cpp
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
#ifndef PANDEMONIUM_MINIMAL_H
|
#ifndef PANDEMONIUM_MINIMAL_H
|
||||||
#include "pem.h"
|
#include "pem_core.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
Loading…
Reference in New Issue
Block a user