diff Party.cpp @ 2336:d6887ee81068

header file include cleanup
author Grumpy7
date Wed, 02 Apr 2014 23:21:34 +0200
parents 27f2a2c2fd8f
children 1e865e8690ba
line wrap: on
line diff
--- a/Party.cpp	Wed Apr 02 22:05:35 2014 +0600
+++ b/Party.cpp	Wed Apr 02 23:21:34 2014 +0200
@@ -1,4 +1,6 @@
 #define _CRT_SECURE_NO_WARNINGS
+#include "ErrorHandling.h"
+#include "mm7_unsorted_subs.h"
 #include "Party.h"
 #include "MapInfo.h"
 #include "Timer.h"
@@ -871,6 +873,11 @@
   viewparams->bRedrawGameUI = 1;
 }
 
+bool TestPartyQuestBit( PARTY_QUEST_BITS bit )
+{
+  return _449B57_test_bit(pParty->_quest_bits, bit);
+}
+
 //----- (0047752B) --------------------------------------------------------
 int Party::GetPartyReputation()
 {