mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-23 13:17:12 +00:00
Rename getters functions removing 'get_' prefix
Follow the suggested Qt style: http://doc.qt.nokia.com/qq/qq13-apis.html It seems to me simpler and easier to read. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+2
-2
@@ -134,9 +134,9 @@ void dbg_before() { dbg_hit_on(false); }
|
||||
void dbg_after() { dbg_hit_on(true); dbg_hit_cnt0--; }
|
||||
|
||||
|
||||
/// get_system_time() returns the current system time, measured in milliseconds
|
||||
/// system_time() returns the current system time, measured in milliseconds
|
||||
|
||||
int get_system_time() {
|
||||
int system_time() {
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
struct _timeb t;
|
||||
|
||||
Reference in New Issue
Block a user