mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-31 10:58:38 +00:00
Build everything as C++ (#1176)
This commit is contained in:
+3
-3
@@ -19,10 +19,10 @@
|
||||
#include <string_view>
|
||||
#include <type_traits>
|
||||
|
||||
#include "extern/getopt.h"
|
||||
#include "extern/getopt.hpp"
|
||||
#include "file.hpp"
|
||||
#include "platform.h"
|
||||
#include "version.h"
|
||||
#include "platform.hpp"
|
||||
#include "version.hpp"
|
||||
|
||||
#include "gfx/pal_spec.hpp"
|
||||
#include "gfx/process.hpp"
|
||||
|
||||
Reference in New Issue
Block a user