Tortues_CPP/include/utils.h

11 lines
238 B
C
Raw Normal View History

2020-05-04 17:19:21 +02:00
#ifndef UTILS_H_INCLUDED
#define UTILS_H_INCLUDED
#include <string>
#include <windows.h>
using namespace std;
void printf_en_couleur(string texte, int couleur);
FARPROC getConsoleFunction(char *name);
#endif // UTILS_H_INCLUDED