Files
thepool/source/m_editor_bitmap.h

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();
}
}