mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Build everything as C++ (#1176)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <tuple>
|
||||
#include <utility>
|
||||
|
||||
#include "platform.h" // __PRETTY_FUNCTION__
|
||||
#include "platform.hpp" // __PRETTY_FUNCTION__
|
||||
|
||||
template<typename... Ts>
|
||||
static inline void report() {
|
||||
|
||||
Reference in New Issue
Block a user