diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-11-13 19:21:31 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-11-13 19:21:31 +0100 |
commit | bfdb184d349d2b8ecf4ea993793182cb32098e12 (patch) | |
tree | 40bbf053556453f8f3de87f69c3aae0a6a87f57f /plugingui/resource_data.h | |
parent | ca384e485956059d5d427fbe07a7b2277c43680e (diff) |
Refactored Resource and added unittests.
Diffstat (limited to 'plugingui/resource_data.h')
-rw-r--r-- | plugingui/resource_data.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugingui/resource_data.h b/plugingui/resource_data.h index c81c6cc..5d6392f 100644 --- a/plugingui/resource_data.h +++ b/plugingui/resource_data.h @@ -24,8 +24,7 @@ * along with DrumGizmo; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#ifndef __DRUMGIZMO_RESOURCE_DATA_H__ -#define __DRUMGIZMO_RESOURCE_DATA_H__ +#pragma once typedef struct { const char *name; @@ -34,5 +33,3 @@ typedef struct { } rc_data_t; extern const rc_data_t rc_data[]; - -#endif/*__DRUMGIZMO_RESOURCE_DATA_H__*/ |