mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 11:24:00 +02:00
- attempt to switch CRC to use unsigned int everywhere
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include <xercesc/util/XercesDefs.hpp>
|
||||
#include <map>
|
||||
#include "rapidxml/rapidxml.hpp"
|
||||
#include "data_types.h"
|
||||
#include "leak_dumper.h"
|
||||
|
||||
using namespace rapidxml;
|
||||
@@ -187,6 +188,7 @@ public:
|
||||
|
||||
bool getBoolValue() const;
|
||||
int getIntValue() const;
|
||||
Shared::Platform::uint32 getUIntValue() const;
|
||||
int getIntValue(int min, int max) const;
|
||||
float getFloatValue() const;
|
||||
float getFloatValue(float min, float max) const;
|
||||
|
Reference in New Issue
Block a user