- "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,6 +6,7 @@
#include "jsound.h"
#include <stdlib.h>
#include <string>
#include "info.h"
#define SENSE_OPCIO -1
#define OPCIO_TIMEATTACK 0
@@ -13,8 +14,7 @@
#define OPCIO_CLASSICMODE 2
#define OPCIO_OPTIONS 3
ModuleMenu::ModuleMenu(Info* info) {
this->info = info;
ModuleMenu::ModuleMenu() {
}
ModuleMenu::~ModuleMenu(void) {