CS代考计算机代写 /* shadeMode.h程序代写 CS代考 /* shadeMode.h */ #ifndef SHADEMODE_H #define SHADEMODE_H typedef enum { NONE, FLAT, SMOOTH } shadeModeType; #endif