mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Added UintPtr and IntPtr.
Changed cUIControl::mData to UintPtr. Updated SOIL2.
This commit is contained in:
@@ -447,11 +447,11 @@ cUIControl * cUIControl::NextGetLoop() const {
|
||||
return mNext;
|
||||
}
|
||||
|
||||
void cUIControl::Data( const Uint32& data ) {
|
||||
void cUIControl::Data(const UintPtr& data ) {
|
||||
mData = data;
|
||||
}
|
||||
|
||||
const Uint32& cUIControl::Data() const {
|
||||
const UintPtr& cUIControl::Data() const {
|
||||
return mData;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user