TUI generation library for C on Windows.
This repository has been archived on 2021-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Kai S. K. Engelbart 37f489dabb Removed dependency to local testing project 2019-12-21 20:19:42 +01:00
.gitignore Changed cpp files to c files, removed unnecessary file 2019-12-21 20:13:38 +01:00
LICENSE Initial commit 2019-12-19 14:43:20 +01:00
MenuLib.sln Removed dependency to local testing project 2019-12-21 20:19:42 +01:00
MenuLib.vcxproj Changed cpp files to c files, removed unnecessary file 2019-12-21 20:13:38 +01:00
MenuLib.vcxproj.filters Changed cpp files to c files, removed unnecessary file 2019-12-21 20:13:38 +01:00
MenuLib.vcxproj.user Added existing project 2019-12-19 14:51:51 +01:00
README.md Initial commit 2019-12-19 14:43:20 +01:00
framework.h Added existing project 2019-12-19 14:51:51 +01:00
menu.c Changed cpp files to c files, removed unnecessary file 2019-12-21 20:13:38 +01:00
menu.h Added existing project 2019-12-19 14:51:51 +01:00
pch.c Changed cpp files to c files, removed unnecessary file 2019-12-21 20:13:38 +01:00
pch.h Added existing project 2019-12-19 14:51:51 +01:00

README.md

MenuLib

CUI generation library for C on Windows