Fix licence and restructure, prepare to add AudioWorklet

This commit is contained in:
msqr1
2024-01-20 17:37:47 -08:00
parent 6bc5f4061d
commit 6da9a662a1
14 changed files with 94 additions and 104 deletions

View File

@@ -1,6 +1,4 @@
#pragma once
#include "genericObj.h"
#include <string>
#include <filesystem>
#include <fstream>
@@ -11,8 +9,8 @@
#include <archive.h>
#include <archive_entry.h>
#include <emscripten/wasmfs.h>
#include <emscripten/bind.h>
#include <emscripten.h>
extern void throwJS(const char* msg, bool err = false);
namespace fs = std::filesystem;
struct genericModel {