mirror of
https://github.com/gbdev/rgbds.git
synced 2026-03-27 15:23:04 +00:00
Build everything as C++ (#1176)
This commit is contained in:
@@ -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