View | Details | Raw Unified
Collapse All | Expand All

(-) xlogical-1.0-old/anim.h (-2 / +3 lines)
 Lines 27-35    Link Here 
// Language Includes
// Language Includes
#include <list>
#include <list>
#ifdef WIN32
using namespace std;
using namespace std;
#endif
// Application Includes
// Application Includes
#include "graph.h"
#include "graph.h"
(-) xlogical-1.0-old/exception.h (-2 / +2 lines)
 Lines 28-36    Link Here 
// Language Includes
// Language Includes
#include <string>
#include <string>
#ifdef WIN32
using namespace std;
using namespace std;
#endif
#include <iostream>
#define CatchEx(aEx)		catch( CXLException aEx )
#define CatchEx(aEx)		catch( CXLException aEx )
#define ThrowEx(aError)		throw CXLException(aError,__FILE__,__LINE__)
#define ThrowEx(aError)		throw CXLException(aError,__FILE__,__LINE__)
(-) xlogical-1.0-old/properties.h (-2 / +2 lines)
 Lines 33-41    Link Here 
#include <map>
#include <map>
#include <string>
#include <string>
#ifdef WIN32
using namespace std;
using namespace std;
#endif
#include "defs.h"
#include "defs.h"
(-) xlogical-1.0-old/tiles.h (-2 / +2 lines)
 Lines 29-37    Link Here 
#include <vector>
#include <vector>
#include <list>
#include <list>
#ifdef WIN32
using namespace std;
using namespace std;
#endif
// Application Includes
// Application Includes
#include "defs.h"
#include "defs.h"