Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MissingTexture Class Reference
Inheritance diagram for MissingTexture:
Exception

Public Member Functions

 MissingTexture (const string &msg)
 
 MissingTexture ()
 
- Public Member Functions inherited from Exception
 Exception ()
 
 Exception (const Exception &other)
 
 Exception (const std::string &message)
 
virtual ~Exception () throw ()
 
virtual const char * what () const throw ()
 

Detailed Description

Definition at line 50 of file mesh_gfx.cpp.

Constructor & Destructor Documentation

MissingTexture::MissingTexture ( const string &  msg)
inlineexplicit

Definition at line 53 of file mesh_gfx.cpp.

53 : Exception( msg ) {}
MissingTexture::MissingTexture ( )
inline

Definition at line 54 of file mesh_gfx.cpp.

54 {}

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