S60 3rd Edition SDK FP1 for Symbian OS Example Applications Guide |
00001 /* 00002 * ============================================================================== 00003 * Name : simplecube.hrh 00004 * Part of : OpenGLEx / SimpleCube 00005 * 00006 * Copyright (c) 2004-2006 Nokia Corporation. 00007 * This material, including documentation and any related 00008 * computer programs, is protected by copyright controlled by 00009 * Nokia Corporation. 00010 * ============================================================================== 00011 */ 00012 00013 #ifndef SIMPLECUBE_HRH 00014 #define SIMPLECUBE_HRH 00015 00016 // DATA TYPES 00017 enum TSimpleCubeMenuCommands 00018 { 00019 ESimpleCubeShading = 1, 00020 ESimpleCubeFlat, 00021 ESimpleCubeSmooth, 00022 00023 ESimpleCubeDrawing, 00024 ESimpleCubeTriangles, 00025 ESimpleCubeTriangleFans 00026 }; 00027 00028 #endif // SIMPLECUBE_HRH
© Nokia 2006 |