├── .gitignore ├── LICENSE ├── README.md ├── lclor.acf ├── lclor.idl ├── localhstring.cpp └── rundown.idl /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ionescu007/hazmat5/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ionescu007/hazmat5/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ionescu007/hazmat5/HEAD/README.md -------------------------------------------------------------------------------- /lclor.acf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ionescu007/hazmat5/HEAD/lclor.acf -------------------------------------------------------------------------------- /lclor.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ionescu007/hazmat5/HEAD/lclor.idl -------------------------------------------------------------------------------- /localhstring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ionescu007/hazmat5/HEAD/localhstring.cpp -------------------------------------------------------------------------------- /rundown.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ionescu007/hazmat5/HEAD/rundown.idl --------------------------------------------------------------------------------