mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-04-20 01:43:12 +02:00
10 lines
66 B
C++
10 lines
66 B
C++
#include "theme.h"
|
|
|
|
Theme::Theme() {
|
|
|
|
}
|
|
|
|
Theme::~Theme() {
|
|
|
|
}
|