.h -> .hpp everything

This commit is contained in:
Kolyah35
2026-03-28 01:08:50 +03:00
parent 7d3257669a
commit 7418263193
845 changed files with 53732 additions and 53754 deletions

View File

@@ -1,8 +1,8 @@
#include "App.h"
#include "IPlatform.h"
#include "App.hpp"
#include "IPlatform.hpp"
#include "platform/server/PlatformServer.h"
#include "platform/glfw/PlatformGlfw.h"
#include "platform/server/PlatformServer.hpp"
#include "platform/glfw/PlatformGlfw.hpp"
std::unique_ptr<IPlatform> App::CreatePlatform() {
#if defined(STANDALONE_SERVER)