Elementi C++ programa
Korištenje komentara
/* --------------------------------------------------------------------
 * (C) 2000 CS Route - All rights reserved
 * --------------------------------------------------------------------
 * MODULE     : G8K
 * FILE       : g8k_ani.cpp
 * LANGUAGE    : C/C++
 * --------------------------------------------------------------------
 * KEYWORDS   :
 * --------------------------------------------------------------------
 * SUMMARY    : Animation thread source code(main thread)
 * --------------------------------------------------------------------
 * DESCRIPTION: Receiving messages from ios thread and users
 * --------------------------------------------------------------------
 * HISTORY    :
 *              Created 13.09.2000
 * --------------------------------------------------------------------
 */
/*--------------- INCLUDES: ------------*/
#include <stdio.h>
/*--------------- RESERVED: ---------------*/
#include "memclass.h"
/*--------------- EXTERNALS: --------------*/
/*--------------- DEFINES: ----------------*/
/*--------------- TYPEDEFS: ---------------*/
/*--------------- FUNCTIONS: ---------------*/
PRIVATE g8k_inst_id InitAni(void *param);
/*--------------- VARIABLES: ---------------*/
/*--------------- CODE: --------------------*/
komentari i