mElite  1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
LittleHelper.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include <string>
9 
10 class LittleHelper {
11 public:
12  static size_t stringCmpi( const std::string& s1, const std::string& s2 );
13 };