#ifndef __GAME_UPDATE_H__ #define __GAME_UPDATE_H__ void G_SetGlowing(void); void G_UpdateState(int step); #endif