|
My Project
|
#include "stdafx.h"#include "listener.h"#include "interface\drawinterface.h"#include "interface\interface.h"#include "interface\text.h"#include "application.h"
Go to the source code of this file.
Macros | |
| #define | ROTATTION_ANGLE 5 * M_PI / 180 |
Functions | |
| LRESULT CALLBACK | WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Variables | |
| HINSTANCE | hInst |
| PAINTSTRUCT | ps |
| BaseInterface * | UI |
| BaseDrawInterface * | drawUI = new BaseDrawInterface |
| COLORREF | brickColor = RGB(140, 140, 255) |
| double | angle = ROTATTION_ANGLE |
| #define ROTATTION_ANGLE 5 * M_PI / 180 |
Definition at line 8 of file listener.cpp.
| LRESULT CALLBACK WndProc | ( | HWND | hWnd, |
| UINT | message, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam | ||
| ) |
Definition at line 29 of file listener.cpp.


| double angle = ROTATTION_ANGLE |
Definition at line 17 of file listener.cpp.
| COLORREF brickColor = RGB(140, 140, 255) |
Definition at line 15 of file listener.cpp.
| BaseDrawInterface* drawUI = new BaseDrawInterface |
Definition at line 13 of file listener.cpp.
| PAINTSTRUCT ps |
Definition at line 11 of file listener.cpp.
| BaseInterface* UI |
Definition at line 12 of file listener.cpp.
1.8.12