- Ara amb incloure "jgame.h" ja inclous també jdraw, jinput, jaudio i jfile. Total, sempre les acabava ficant totes.

This commit is contained in:
2023-10-13 15:17:08 +02:00
parent 6140e13db6
commit 907fccf69c
5 changed files with 4 additions and 24 deletions

View File

@@ -1,5 +1,9 @@
#pragma once
#include "jdraw.h"
#include "jinput.h"
#include "jaudio.h"
#include "jfile.h"
namespace game
{
void setUpdateTicks(const int ticks);