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