LibPkg
|
#include <map>
#include <string>
#include <fstream>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | pkg::sprite_file |
An interface class to represent a sprite file. More... | |
class | pkg::sprite_file::sprite_info |
A class to represent a sprite within a sprite file. More... | |
class | pkg::sprite_file::not_found |
An exception class for reporting not-found errors. More... | |
class | pkg::sprite_file::already_exists |
An exception class for reporting already-exists errors. More... | |
class | pkg::sprite_file::corrupt |
An exception class for reporting corrupt-sprite-file errors. More... | |
Namespaces | |
pkg | |
The namespace used to hold the package management library. | |
Reference Manual | LibPkg | Version 0.9.0 (4 Sep 2020) |