pch.h -> pch.hpp

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2023-09-25 15:05:36 +02:00
parent 4e25c13d08
commit b8fae2d0dd
13 changed files with 14 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
Copyright © 2023 Amebis
*/
#include "pch.h"
#include "pch.hpp"
using namespace std;
#ifdef _WIN32