Fixed compilation errors

src/sound/oplsynth/musicblock.cpp:3:10: fatal error: 'muslib.h' file not found
src/sound/oplsynth/oplio.cpp:410:12: error: use of undeclared identifier 'cos'
src/sound/oplsynth/oplio.cpp:410:41: error: use of undeclared identifier 'sin'
This commit is contained in:
alexey.lysiuk 2017-04-17 10:27:11 +03:00
parent c219811a54
commit 4519ab12e9
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
#include <stdlib.h>
#include <string.h>
#include "muslib.h"
#include "musicblock.h"
#include "files.h"
#include "templates.h"

View file

@ -31,6 +31,7 @@
**---------------------------------------------------------------------------
*/
#include <math.h>
#include "genmidi.h"
#include "oplio.h"
#include "opl.h"