#include #include #include #include "SimpleGraphics.h" // struct private to this file typedef struct { float x; float y; float z; } Vector3D; int main(int argc, char** argv) { // implementation omitted }