// this header file will be included by hostapp.cpp as well as program.cu // #define DOUBLESIZE #define WINDOWWIDTH 800 #define WINDOWHEIGHT 480 #define PI 3.14159265358979323846264f #define INVPI 0.31830988618379067153777f #define TWOPI 6.28318530717958647692528f #define SCRWIDTH WINDOWWIDTH #define SCRHEIGHT WINDOWHEIGHT