14 lines
190 B
C++
14 lines
190 B
C++
#pragma once
|
|
|
|
#define EDITING_BITMAP_POS 0
|
|
#define EDITING_BITMAP_SIZE 1
|
|
|
|
namespace modules
|
|
{
|
|
namespace editor_bitmap
|
|
{
|
|
void init(int editing);
|
|
bool loop();
|
|
}
|
|
}
|