Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
ImageDirectory Class Reference

#include <ImageDirectory.h>

Public Member Functions

 ImageDirectory ()
 
 ~ImageDirectory ()
 

Public Attributes

char * m_path
 path for directory
 
UnsignedInt m_imageCount
 images to consider in this directory
 
ImageDirectorym_next
 
ImageDirectorym_prev
 

Detailed Description

Directory to contain art files

Definition at line 57 of file ImageDirectory.h.

Constructor & Destructor Documentation

◆ ImageDirectory()

ImageDirectory::ImageDirectory ( void )
inline

Definition at line 76 of file ImageDirectory.h.

◆ ~ImageDirectory()

ImageDirectory::~ImageDirectory ( void )
inline

Definition at line 75 of file ImageDirectory.h.

Member Data Documentation

◆ m_imageCount

UnsignedInt ImageDirectory::m_imageCount

images to consider in this directory

Definition at line 66 of file ImageDirectory.h.

◆ m_next

ImageDirectory* ImageDirectory::m_next

Definition at line 67 of file ImageDirectory.h.

◆ m_path

char* ImageDirectory::m_path

path for directory

Definition at line 65 of file ImageDirectory.h.

◆ m_prev

ImageDirectory* ImageDirectory::m_prev

Definition at line 68 of file ImageDirectory.h.


The documentation for this class was generated from the following file: