summaryrefslogtreecommitdiffstats
path: root/drivers/winmidi/win_midi.h
Commit message (Collapse)AuthorAgeFilesLines
* Drivers, main, servers: Ensure classes match their header filenameRémi Verschelde2019-02-121-61/+0
| | | | | | | | Renamed: - `drivers/alsamidi/alsa_midi.h` -> `midi_driver_alsamidi.h` (same for `coremidi` and `winmidi`) - `main/timer_sync.h` -> `main_timer_sync.h` - `servers/visual/visual_server_global.h` -> `visual_server_globals.h`
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
| | | | | | This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes.
* Added a new MIDIDriver classMarcelo Fernandez2018-07-211-0/+61