- Removed dependencies on Boost/string in mtg sources
- Removes dependencies on Boost/shared_ptr in mtg sources only for WP8 for the moment - Various compilation fixes on WP8
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#ifndef _CLOSEST_H_
|
||||
#define _CLOSEST_H_
|
||||
#include "PrecompiledHeader.h"
|
||||
#include "CardSelector.h"
|
||||
|
||||
template<typename T, typename Target>
|
||||
static inline Target* closest(vector<Target*>& cards, Limitor* limitor, Target* ref)
|
||||
|
||||
Reference in New Issue
Block a user