Skip to content

Commit

Permalink
helper_functions: included sptlib-wrapper to fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyAG authored and YaLTeR committed Jul 31, 2024
1 parent 56bb64c commit 55d8d07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BunnymodXT/helper_functions.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include "sptlib-wrapper.hpp"

#ifdef _WIN32
#define DLL_EXTENSION ".dll"
#define PATH_SLASH '\\'
Expand Down Expand Up @@ -30,4 +32,4 @@ namespace helper_functions
}
#endif
}
}
}

0 comments on commit 55d8d07

Please sign in to comment.