Project

General

Profile

Download (177 Bytes) Statistics
| Branch: | Tag: | Revision:
1 956debaf Christian Daniel
#ifndef INCLUDE_UTILS_H
2
#define INCLUDE_UTILS_H
3
4
#include <stdint.h>
5
6
uint64_t getTickCount();
7
8
typedef int HANDLE;
9
#define INVALID_HANDLE_VALUE (-1)
10
11
#endif // INCLUDE_UTILS_H
Add picture from clipboard (Maximum size: 48.8 MB)