- "Info" ara es una unitat simple
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user