updated ocean simulator

This commit is contained in:
Turanszki Janos
2017-11-11 23:36:06 +00:00
parent e4ff903a5e
commit f918266848
7 changed files with 124 additions and 198 deletions
+3
View File
@@ -7,6 +7,7 @@
#include "wiBackLog.h"
#include "wiCpuInfo.h"
#include "wiSound.h"
#include "wiOcean.h"
#include "wiHelper.h"
using namespace std;
@@ -28,6 +29,8 @@ namespace wiInitializer
wiFont::Initialize();
wiFont::SetUpStaticComponents();
wiOcean::SetUpStatic();
if (FAILED(wiSoundEffect::Initialize()) || FAILED(wiMusic::Initialize()))
{
stringstream ss("");