Build everything as C++ (#1176)

This commit is contained in:
Rangi
2023-11-07 15:45:56 -05:00
committed by GitHub
parent 78d83be2b2
commit 1e70e703a7
84 changed files with 667 additions and 663 deletions

View File

@@ -16,8 +16,8 @@
#include <string_view>
#include <variant>
#include "helpers.h"
#include "platform.h"
#include "helpers.hpp"
#include "platform.hpp"
#include "gfx/main.hpp"