- [FIX] Nomes crear nova habitació si s'està pulsant LCTRL - [NEW] Minimapa en l'editor
11 lines
115 B
C++
11 lines
115 B
C++
#pragma once
|
|
|
|
namespace modules
|
|
{
|
|
namespace editor_map
|
|
{
|
|
void init();
|
|
bool loop();
|
|
}
|
|
}
|