Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

CDisplay.h

Go to the documentation of this file.
00001 /*
00002 
00003         ZMACHINE 2.0 (SIGFRID)
00004 
00005         CDISPLAY.H
00006 
00007         author:                 Trombetta Roberto
00008         filename:               CDdisplayBuffer.h       
00009         description:    header file for display class
00010         date:                   20/05/2003
00011 
00012 */
00013 
00014 #ifndef __CDISPLAY_H_
00015 #define __CDISPLAY_H_
00016 
00017 #include "Zdef.h"
00018 #include "Zmacro.h"
00019 #include "CDisplayDraw.h"
00020 
00022 
00025 class CDisplay: public CDisplayDraw {};
00026 
00027 #endif //__CDISPLAY_H_



SourceForge.net Logo