Search found 1 match

by Vixe
Mon May 17, 2004 1:19 am
Forum: Beginners Help
Topic: Setting up a timer
Replies: 1
Views: 339

Setting up a timer

Hiyas, I am new to this engine and not a very good programmer :oops: I am trying to settingup a timer, and my code looks like irr::Itimer* timer = device->getTimer(); u32 now = timer->getTime(); However, it would give me the ememory violation error. on the second line. it seems like the Itimer is no...