- "Info" ara es una unitat simple

This commit is contained in:
2024-01-29 14:52:53 +01:00
parent aca0f646b3
commit 80234e195e
11 changed files with 56 additions and 62 deletions

View File

@@ -6,13 +6,13 @@
#include "jsound.h"
#include <stdlib.h>
#include <string>
#include "info.h"
JD8_Surface gfx = nullptr;
JD8_Surface fondo = nullptr;
JD8_Palette pal = nullptr;
ModuleSequence::ModuleSequence(Info* info) {
this->info = info;
ModuleSequence::ModuleSequence() {
gfx = nullptr;
fondo = nullptr;
pal = nullptr;