Table of Contents

 
ShutDown
 

Purpose

Releases the primary surface and shuts down video mode

 

Protoype

void CVideo::ShutDown ()
 

Description

You must call this function in order to properly shut down the video system

 

Use

CVideo video;
video.ShutDown();
 

Prev: SetFPS