- Ara la versió la dona el Makefile

- El Makefile ja inclou la generació de windows_release
This commit is contained in:
2023-10-23 16:49:13 +02:00
parent f3f4639abe
commit 8c4233e90e
3 changed files with 46 additions and 11 deletions

View File

@@ -1,7 +1,6 @@
#include "gamestates.h"
#include "jgame.h"
#include "aux_font.h"
#include "versio.h"
namespace gamestate
{
@@ -55,7 +54,9 @@ namespace gamestate
draw::draw(fondo);
font::print(277,192, versio);
#ifdef VERSION
font::print(277,192, VERSION);
#endif
draw::setSource(cursor);
draw::draw(x, y);