comparison src/dmres.h @ 1881:73545a442ffe

Move dmresw function declarations to dmres.h
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 25 Jun 2018 13:00:40 +0300
parents 7f9fe2a9a87e
children e69de47d2419
comparison
equal deleted inserted replaced
1880:efe6e88a02f3 1881:73545a442ffe
182 182
183 #include "dmfiletmpl.h" 183 #include "dmfiletmpl.h"
184 184
185 #undef DM_DEFINE_FFUNC 185 #undef DM_DEFINE_FFUNC
186 186
187 BOOL dmf_write_str(DMResource *fh, const void *data, const size_t len);
188 BOOL dmf_write_byte(DMResource *fh, const Uint8 val);
189
190 #define DM_DEFINE_FFUNC(xname, xtype, z) \
191 BOOL dmf_write_ ## xname (DMResource *fh, const xtype v);
192
193 #include "dmfiletmpl.h"
194
195 #undef DM_DEFINE_FFUNC
196
187 197
188 #ifdef __cplusplus 198 #ifdef __cplusplus
189 } 199 }
190 #endif 200 #endif
191 #endif // DMRES_H 201 #endif // DMRES_H