mirror of
https://github.com/danule222/xrbDS.git
synced 2025-06-18 22:35:40 -04:00
6 lines
158 B
C++
6 lines
158 B
C++
#include "resources/resource.h"
|
|
|
|
Resource::Resource(const FString &name, const FString &path)
|
|
: name(name), path(path) {
|
|
// Constructor implementation
|
|
} |