mirror of
https://github.com/Relintai/sfw.git
synced 2025-03-18 15:46:23 +01:00
9 lines
92 B
C++
9 lines
92 B
C++
#include "render_objects/object_2d.h"
|
|
|
|
|
|
Object2D::Object2D() {
|
|
}
|
|
|
|
Object2D::~Object2D() {
|
|
}
|