You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Core: Modernize C headers with C++ equivalents
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
#include "core/os/os.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <cerrno>
|
||||
|
||||
MIDIDriverALSAMidi::InputConnection::InputConnection(int p_device_index,
|
||||
snd_rawmidi_t *p_rawmidi) :
|
||||
|
||||
Reference in New Issue
Block a user