#ifndef __DSC_H #define __DSC_H typedef unsigned long DWORD; typedef unsigned char BYTE; typedef struct { double x, y, z; } Vector; #endif