mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
9 lines
145 B
C++
9 lines
145 B
C++
|
#include "platform_linux.h"
|
||
|
|
||
|
#include "core/error_macros.h"
|
||
|
|
||
|
PlatformLinux::PlatformLinux() : Platform() {
|
||
|
}
|
||
|
PlatformLinux::~PlatformLinux() {
|
||
|
}
|