- Nous gràfics
- [FIX] text en el combobox - [NEW] Selector de bitmap - [NEW] Selector de color - [NEW] Shortcuts per a esborrar (SUPR) i duplicar (CTRL+D) actors
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
namespace modules
|
||||
{
|
||||
@@ -9,8 +11,12 @@ namespace modules
|
||||
#define GAME_DEAD 1
|
||||
#define GAME_EDITOR_MAP 2
|
||||
#define GAME_EDITOR_TEMPLATES 3
|
||||
#define GAME_EDITOR_COLORS 4
|
||||
#define GAME_EDITOR_BITMAP_FILE 5
|
||||
|
||||
void init();
|
||||
int loop();
|
||||
|
||||
std::vector<std::string> getGifs();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user