This repository is a template for developing native C++ plugins for Techland's Dying Light Developer Tools (DLDT) editor.
All the entry code is located inside the src directory:
dllmain.cpp: Contains theInitializeMeexport that the editor looks for.PluginTemplate.h / .cpp: The main plugin class. Throw your own logic inside thePluginLoadmethod.