├── dll.dll ├── dll ├── README.txt ├── dll.cpp ├── dll.def └── dll.h ├── genwrapper.cpp ├── genwrapper.sln └── genwrapper.vcxproj /dll.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floodyberry/genwrapper/HEAD/dll.dll -------------------------------------------------------------------------------- /dll/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floodyberry/genwrapper/HEAD/dll/README.txt -------------------------------------------------------------------------------- /dll/dll.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floodyberry/genwrapper/HEAD/dll/dll.cpp -------------------------------------------------------------------------------- /dll/dll.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floodyberry/genwrapper/HEAD/dll/dll.def -------------------------------------------------------------------------------- /dll/dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floodyberry/genwrapper/HEAD/dll/dll.h -------------------------------------------------------------------------------- /genwrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floodyberry/genwrapper/HEAD/genwrapper.cpp -------------------------------------------------------------------------------- /genwrapper.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floodyberry/genwrapper/HEAD/genwrapper.sln -------------------------------------------------------------------------------- /genwrapper.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/floodyberry/genwrapper/HEAD/genwrapper.vcxproj --------------------------------------------------------------------------------