Timer Count

From MWCSWiki

Jump to: navigation, search
  1. include time.h
   int numSecs=0;        //holds the number of seconds in the game in Main
       
   numSecs= clock()/1000-5;