My Project
|
#include "targetver.h"
#include <windows.h>
#include <stdlib.h>
#include <malloc.h>
#include <memory.h>
#include <tchar.h>
#include <CommCtrl.h>
#include <commdlg.h>
#include <Shlobj.h>
#include "Resource.h"
#include <vector>
#include <math.h>
#include <cmath>
#include <time.h>
#include <omp.h>
Go to the source code of this file.
Macros | |
#define | _USE_MATH_DEFINES |
#define | WIN32_LEAN_AND_MEAN |
#define | BTN_OK 888 |
#define | TXT_LEGO 889 |
#define | TXT_DESIGNER 890 |
#define | EDIT_X 891 |
#define | EDIT_Y 892 |
#define | EDIT_Z 893 |
#define | TXT_COLOR 894 |
#define | RCT_COLOR 895 |
#define | BTN_CHCOLOR 889 |