RGB ???? ALED
This commit is contained in:
15
framework.h
Normal file
15
framework.h
Normal file
@@ -0,0 +1,15 @@
|
||||
// header.h : fichier Include pour les fichiers Include système standard,
|
||||
// ou les fichiers Include spécifiques aux projets
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "targetver.h"
|
||||
#define WIN32_LEAN_AND_MEAN // Exclure les en-têtes Windows rarement utilisés
|
||||
// Fichiers d'en-tête Windows
|
||||
#include <windows.h>
|
||||
// Fichiers d'en-tête C RunTime
|
||||
#include <stdlib.h>
|
||||
#include <malloc.h>
|
||||
#include <memory.h>
|
||||
#include <tchar.h>
|
||||
Reference in New Issue
Block a user