- Timestamp:
- 02/24/2018 06:51:40 PM (7 years ago)
- Branches:
- master
- Children:
- 2cd18e3
- Parents:
- 77d8df8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emu/all.h
r77d8df8 r9ddbf3e 30 30 #include <SDL2/SDL_net.h> 31 31 #include <SDL2/SDL_ttf.h> 32 33 // work around RtMidi's C++-isms 34 35 #pragma GCC diagnostic push 36 #pragma GCC diagnostic ignored "-Wstrict-prototypes" 37 38 typedef struct RtMidiWrapper RtMidiWrapper; 39 40 #include <rtmidi/rtmidi_c.h> 41 42 #pragma GCC diagnostic pop 32 43 33 44 #define inf(...) SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION, __VA_ARGS__); … … 65 76 extern const char *font; 66 77 78 extern int32_t mid_port; 79 67 80 extern SDL_atomic_t run; 68 81 … … 70 83 extern uint32_t ser_win; 71 84 extern uint32_t lcd_win; 72 73 extern uint32_t mid_port;74 85 75 86 extern void sdl_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.