Table of Contents

 
ShutDownFPS
 

Purpose

Shuts down the framerate manager

 

Protoype

void CVideo::ShutDownFPS ()
 

Description

You must call this function in order to properly shut down the framerate manager

 

Use

CVideo video;
video.ShutDownFPS();
 

Prev: ShutDown
Next: StartUp