Home
last modified time | relevance | path

Searched refs:s_Counter (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/demos/font/ResFont/sources/
Dmain.cpp45 u32 s_Counter = 0; variable
421 (void)writer.Printf("Counter : %d\n", s_Counter); in DrawCounter()
428 (void)writer.Printf("Counter 1/60 : %d\n", s_Counter / 60); in DrawCounter()
435 s_Counter++; in DrawCounter()