- [FIX] JAudio no usava JFile
- Comence a afegir música i só
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "jgame.h"
|
||||
#include "jdraw.h"
|
||||
#include "jinput.h"
|
||||
#include "jaudio.h"
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
namespace game
|
||||
@@ -35,6 +36,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
game::init();
|
||||
input::init();
|
||||
audio::init();
|
||||
|
||||
static unsigned int current_ticks = SDL_GetTicks();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user