mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2025-01-04 20:59:36 +01:00
10 lines
151 B
C++
10 lines
151 B
C++
|
|
/* tool_button.cpp */
|
|
|
|
|
|
#include "tool_button.h"
|
|
|
|
ToolButton::ToolButton() {
|
|
set_flat(true);
|
|
}
|