diff options
author | chai <chaifix@163.com> | 2018-05-17 23:00:52 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-05-17 23:00:52 +0800 |
commit | d66b07724d71321545e80a8e12736be0e9a5d24a (patch) | |
tree | 3fa484f48b1b2ce999892942c779ab1d14554110 /src/main.cpp | |
parent | b293e9e2242c08c15e1a3248c6dec301e83652d4 (diff) |
Add audio module
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 411ee93..e54d2c2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -8,7 +8,7 @@ #include "3rdparty/luax/luax.h" #include "script/luaopen_jin.h" -#include "libjin/fs/filesystem.h" +#include "libjin/jin.h" #include <Windows.h> |