1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00
OpenDX/tools/dxdiag/layout/MainWindow.hpp
2023-09-21 04:45:39 -03:00

9 lines
110 B
C++

#pragma once
#include <string>
namespace MainWindow {
const std::string ui =
#include "MainWindow.ui"
;
}