diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,5 +1,4 @@ | |||
1 | #ifndef __CONFIG_H__ | 1 | #pragma once |
2 | #define __CONFIG_H__ | ||
3 | 2 | ||
4 | #include <stdint.h> | 3 | #include <stdint.h> |
5 | 4 | ||
@@ -72,5 +71,3 @@ extern int g_string_count; | |||
72 | void config_reset(); | 71 | void config_reset(); |
73 | int config_handle_line( char *line); | 72 | int config_handle_line( char *line); |
74 | char *config_midi_note_to_string(int string); | 73 | char *config_midi_note_to_string(int string); |
75 | |||
76 | #endif | ||