Table of Contents

 
StartUpFPS
 

Purpose

Starts up the framerate manager

 

Protoype

void CVideo::StartUpFPS ()
 

Description

This function starts up the framerate manager and sets the framerate to a default 30fps

 

Use

CVideo video;
video.StartUpFPS();
 

Prev: StartUp