rename header file to match functions.cpp

This commit is contained in:
INSANEMODE
2020-11-14 00:29:09 -06:00
parent 8bb7522a58
commit 6fbeff452f
5 changed files with 9 additions and 8 deletions

View File

@ -2,7 +2,7 @@
#include <Windows.h>
#include <iostream>
#include <string>
#include "dllmain.h"
#include "functions.h"
#include <stdio.h>
#include <cstdlib>
#include <chrono>