Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 179 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 179 Bytes

LuaConf

single header file for easy configuration files and code hot swapping in C++

Example

#include "LuaConf.h

int main() {
	//TODO: example code
	return 0;
}