diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-10-18 14:16:18 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-10-18 14:16:18 +0200 |
commit | 28a560684b9b9048f8436583805f3f733d7ce829 (patch) | |
tree | 7615dddb67a38982d10660c751ef4db229a702f8 /src/script/cpp_api/s_cheats.h | |
parent | c1aea404b862256e6bf9316eeb8f32c72b78a4c2 (diff) | |
download | dragonfireclient-28a560684b9b9048f8436583805f3f733d7ce829.tar.xz |
Added the API additions from waspsaliva
Diffstat (limited to 'src/script/cpp_api/s_cheats.h')
-rw-r--r-- | src/script/cpp_api/s_cheats.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/cpp_api/s_cheats.h b/src/script/cpp_api/s_cheats.h index 9b5ace3e7..9f36333b7 100644 --- a/src/script/cpp_api/s_cheats.h +++ b/src/script/cpp_api/s_cheats.h @@ -15,7 +15,7 @@ GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ +*/ #pragma once @@ -44,7 +44,7 @@ public: ~ScriptApiCheatsCategory(); std::string m_name; void read_cheats(lua_State *L); - std::vector<ScriptApiCheatsCheat *> m_cheats; + std::vector<ScriptApiCheatsCheat *> m_cheats; }; class ScriptApiCheats : virtual public ScriptApiBase |