summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/config.h b/config.h
index acae402..0a48ed7 100644
--- a/config.h
+++ b/config.h
@@ -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;
72void config_reset(); 71void config_reset();
73int config_handle_line( char *line); 72int config_handle_line( char *line);
74char *config_midi_note_to_string(int string); 73char *config_midi_note_to_string(int string);
75
76#endif