int GetFlagIndex( const std::string& flag )
Declaration File: flagimages.h Implementation File: flagimages.cpp
GetFlagIndex returns the Index of the Flag for the country code it get.
Example: int GermanFlagIndex? = GetFlagIndex("de");
If the Countrycode doesnt exist the function will return FLAG_NONE
