Project

General

Profile

Download (290 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#ifndef INCLUDE_UTILS_H
2
#define INCLUDE_UTILS_H
3

    
4
#include <stdint.h>
5

    
6
uint64_t getTickCount();
7
void* loadFile(const char* filename, size_t* size);
8

    
9
#ifndef WINDOWS
10
typedef int HANDLE;
11
#define INVALID_HANDLE_VALUE (-1)
12
#else
13
#include <windows.h>
14
#endif // WINDOWS
15

    
16
#endif // INCLUDE_UTILS_H
(9-9/9)
Add picture from clipboard (Maximum size: 48.8 MB)