forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
9
Kha/Tools/khamake/out/AudioApi.js
Normal file
9
Kha/Tools/khamake/out/AudioApi.js
Normal file
@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.AudioApi = void 0;
|
||||
exports.AudioApi = {
|
||||
Default: 'default',
|
||||
DirectSound: 'directsound',
|
||||
WASAPI: 'wasapi'
|
||||
};
|
||||
//# sourceMappingURL=AudioApi.js.map
|
Reference in New Issue
Block a user