#include "pathtrap.h"
Go to the source code of this file.
Classes | |
class | CBeveler |
Does the bevelling. More... | |
Defines | |
#define | BEVEL_FLATNESS 200 |
#define | LONGSYSTEMTIME(X) |
#define | WRITETIME(X, Y) |
#define | BEVELBITMAPSCALE 4 |
#define | BEVELBITMAPSHIFT 2 |
|
|
|
|
|
|
|
Value: { SYSTEMTIME s; \ GetSystemTime(&s); \ X = s.wMilliseconds + s.wSecond * 1000 + \ s.wMinute * 60000 + \ s.wHour * 60000 * 60 ; } |
|
Value: { FILE * kxp = fopen("timings.txt", "a"); \ fprintf(kxp, X); fprintf(kxp, " %d\n", Y); \ fclose(kxp); } |