LibPkg
sprite_pool.h
Go to the documentation of this file.
1 // This file is part of LibPkg.
2 // Copyright © 2004 Graham Shaw.
3 // Distribution and use are subject to the GNU Lesser General Public License,
4 // a copy of which may be found in the file !LibPkg.Copyright.
5 
6 #ifndef LIBPKG_SPRITE_POOL
7 #define LIBPKG_SPRITE_POOL
8 
9 namespace pkg {
10 
11 class pkgbase;
12 
18 void update_sprite_pool(pkgbase& pb);
19 
20 }; /* namespace pkg */
21 
22 #endif
The namespace used to hold the package management library.
Definition: auto_dir.cc:12
void update_sprite_pool(pkgbase &pb)
Update sprite pool.
Definition: sprite_pool.cc:115

Reference Manual LibPkg Version 0.6.1 (28 Jan 2015)