summaryrefslogtreecommitdiffstats
path: root/src/common/misc.h
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace and language changePiotr Dziwinski2012-06-261-238/+238
| | | | | | | - changed tabs to spaces and DOS line endings to Unix (except in CBot and metafile) - changed language to English - fixed #include <d3d.h> in d3dengine.h
* Changed #defined constants to consts; typedef struct -> structPiotr Dziwinski2012-06-111-13/+13
|
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-3/+3
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-6/+4
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+240