mirror of
https://github.com/phra/PEzor
synced 2026-06-08 16:45:36 +00:00
15 lines
198 B
C++
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
|