mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-21 11:26:53 +01:00
11 lines
136 B
C++
11 lines
136 B
C++
|
#include "paint_project.h"
|
||
|
|
||
|
PaintProject::PaintProject() {
|
||
|
}
|
||
|
|
||
|
PaintProject::~PaintProject() {
|
||
|
}
|
||
|
|
||
|
void PaintProject::_bind_methods() {
|
||
|
}
|