HTML5 exporter Improvements
-Better template handling -Voice support -Stream support
This commit is contained in:
parent
b0aa49accb
commit
0fb7b5aa0c
14 changed files with 2367 additions and 23 deletions
|
|
@ -38,7 +38,7 @@
|
|||
#include "servers/audio/audio_server_sw.h"
|
||||
#include "servers/physics_2d/physics_2d_server_sw.h"
|
||||
#include "servers/visual/rasterizer.h"
|
||||
|
||||
#include "audio_server_javascript.h"
|
||||
#include "audio_driver_javascript.h"
|
||||
|
||||
typedef void (*GFXInitFunc)(void *ud,bool gl2,int w, int h, bool fs);
|
||||
|
|
@ -67,8 +67,8 @@ private:
|
|||
|
||||
Rasterizer *rasterizer;
|
||||
VisualServer *visual_server;
|
||||
AudioServerSW *audio_server;
|
||||
SampleManagerMallocSW *sample_manager;
|
||||
AudioServerJavascript *audio_server;
|
||||
//SampleManagerMallocSW *sample_manager;
|
||||
SpatialSoundServerSW *spatial_sound_server;
|
||||
SpatialSound2DServerSW *spatial_sound_2d_server;
|
||||
PhysicsServer *physics_server;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue