mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
8 lines
197 B
C++
8 lines
197 B
C++
#pragma once
|
|
#include <preprocessor/GetFileContent.hpp>
|
|
#include <string>
|
|
|
|
namespace MainWindow {
|
|
const std::string ui = GetFileContent(PROJECT_SOURCE_DIR "/tools/dxdiag/layout/MainWindow.ui");
|
|
}
|