├── CMakeLists.txt ├── LICENSE ├── README.md ├── UIBuildMacros.hpp └── UIBuilder.hpp /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camila314/uibuilder/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camila314/uibuilder/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camila314/uibuilder/HEAD/README.md -------------------------------------------------------------------------------- /UIBuildMacros.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camila314/uibuilder/HEAD/UIBuildMacros.hpp -------------------------------------------------------------------------------- /UIBuilder.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camila314/uibuilder/HEAD/UIBuilder.hpp --------------------------------------------------------------------------------