13 lines
230 B
C
13 lines
230 B
C
|
#ifndef GODOT_KEY_EXTRACT_LIBRARY_H
|
||
|
#define GODOT_KEY_EXTRACT_LIBRARY_H
|
||
|
|
||
|
#include <iostream>
|
||
|
#include <thread>
|
||
|
#include <Windows.h>
|
||
|
#include <optional>
|
||
|
#include <charconv>
|
||
|
#include <cstring>
|
||
|
|
||
|
|
||
|
#endif //GODOT_KEY_EXTRACT_LIBRARY_H
|