- Treballant en el editor de posició i tamany del bitmap
This commit is contained in:
13
source/m_editor_bitmap.h
Normal file
13
source/m_editor_bitmap.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#define EDITING_BITMAP_POS 0
|
||||
#define EDITING_BITMAP_SIZE 1
|
||||
|
||||
namespace modules
|
||||
{
|
||||
namespace editor_bitmap
|
||||
{
|
||||
void init(int editing);
|
||||
bool loop();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user