diff options
| author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-12 23:09:57 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-12 23:09:57 +0200 |
| commit | 9a6ad7402ed3ebef0e2976e18b80afe579f075e1 (patch) | |
| tree | 8735e5e38b38c289e8cae04ade36fb67f7e8f70e | |
| parent | b6a9043f6585da39bd063a5903466cf9b3b5e6f6 (diff) | |
use pragam
| -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 | ||
