10 lines
120 B
C
10 lines
120 B
C
|
#pragma once
|
||
|
|
||
|
namespace Gedeng {
|
||
|
|
||
|
class Time {
|
||
|
public:
|
||
|
static unsigned long get_time_ms();
|
||
|
};
|
||
|
|
||
|
} // namespace Gedeng
|