diff --git a/OfAshAndSteel/dllmain.cpp b/OfAshAndSteel/dllmain.cpp index 459d04c..4f32b75 100644 --- a/OfAshAndSteel/dllmain.cpp +++ b/OfAshAndSteel/dllmain.cpp @@ -56,6 +56,10 @@ const char* DONATION_URL = "https://buymeacoffee.com/k4sh44"; // Scaling factor based on screen resolution float scale = (float)screenHeight / 1200; +// Reshade addon name and description +extern "C" __declspec(dllexport) const char* NAME = "Of Ash And Steel"; +extern "C" __declspec(dllexport) const char* DESCRIPTION = "Reshade addon to re-enable console, enable ultrawide, control FOV, camera distance and some effects."; + // Load and unload game core dll functions /!\ necessary static void LoadFixDLL() {