1
0
mirror of https://github.com/phra/PEzor synced 2026-06-08 16:45:36 +00:00
Files
phra-PEzor/fluctuate.hpp
2021-10-27 00:37:08 +02:00

15 lines
198 B
C++

#ifndef _FLUCTUATE_HPP_
#define _FLUCTUATE_HPP_
#include <windows.h>
#include <memoryapi.h>
#include <cstdlib>
#include <ctime>
#ifdef _DEBUG_
#include <iostream>
#endif
void fluctuate();
#endif