get rid of type redefinitions

This commit is contained in:
Ivan Krylov
2018-12-13 14:32:41 +03:00
parent f238fb1ce6
commit 4e34b8926b
5 changed files with 3 additions and 28 deletions

View File

@@ -11,7 +11,6 @@
#include "wavelib.h"
#include "wtmath.h"
wave_object wave_init(const char* wname) {
wave_object obj = NULL;
int retval;