- Treballant en el editor de posició i tamany del bitmap

This commit is contained in:
2024-09-18 23:11:26 +02:00
parent 99d0583833
commit 1c53f49125
6 changed files with 137 additions and 23 deletions

13
source/m_editor_bitmap.h Normal file
View 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();
}
}