From 6aa57e0bee4ffb28157e864f5950371af9b1b3b3 Mon Sep 17 00:00:00 2001 From: BenCat07 Date: Sat, 25 May 2019 16:36:19 +0200 Subject: [PATCH] Add Votelogger to menu and fix an include --- data/menu/nullifiedcat/chat.xml | 15 +++++++++++++-- include/votelogger.hpp | 1 + 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/data/menu/nullifiedcat/chat.xml b/data/menu/nullifiedcat/chat.xml index 057700b0..1adcadef 100755 --- a/data/menu/nullifiedcat/chat.xml +++ b/data/menu/nullifiedcat/chat.xml @@ -98,7 +98,7 @@ - + @@ -108,6 +108,17 @@ + + + + + + + + + + + @@ -118,4 +129,4 @@ - \ No newline at end of file + diff --git a/include/votelogger.hpp b/include/votelogger.hpp index 9f2d3587..54b5d418 100755 --- a/include/votelogger.hpp +++ b/include/votelogger.hpp @@ -7,6 +7,7 @@ #pragma once +#include "string" class bf_read; namespace votelogger