- Timestamp:
- 06/06/18 19:55:08 (7 years ago)
- Location:
- ps/trunk/source/ps
- Files:
-
- 2 edited
-
ConfigDB.cpp (modified) (2 diffs)
-
ConfigDB.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/source/ps/ConfigDB.cpp
r18960 r21840 1 /* Copyright (C) 201 5Wildfire Games.1 /* Copyright (C) 2018 Wildfire Games. 2 2 * This file is part of 0 A.D. 3 3 * … … 111 111 GETVAL(bool) 112 112 GETVAL(int) 113 GETVAL(u32) 113 114 GETVAL(float) 114 115 GETVAL(double) -
ps/trunk/source/ps/ConfigDB.h
r18987 r21840 1 /* Copyright (C) 201 5Wildfire Games.1 /* Copyright (C) 2018 Wildfire Games. 2 2 * This file is part of 0 A.D. 3 3 * … … 66 66 ///@copydoc CConfigDB::GetValue 67 67 void GetValue(EConfigNamespace ns, const CStr& name, int& value); 68 ///@copydoc CConfigDB::GetValue 69 void GetValue(EConfigNamespace ns, const CStr& name, u32& value); 68 70 ///@copydoc CConfigDB::GetValue 69 71 void GetValue(EConfigNamespace ns, const CStr& name, float& value);
Note:
See TracChangeset
for help on using the changeset viewer.
