mirror of
https://github.com/decompals/wibo.git
synced 2025-10-16 07:05:11 +00:00
11 lines
225 B
C++
11 lines
225 B
C++
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
namespace kernel32 {
|
|
|
|
BOOL WIN_FUNC QueryPerformanceCounter(LARGE_INTEGER *lpPerformanceCount);
|
|
BOOL WIN_FUNC QueryPerformanceFrequency(LARGE_INTEGER *lpFrequency);
|
|
|
|
} // namespace kernel32
|