Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/tga.h')
-rw-r--r--src/render/tga.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/tga.h b/src/render/tga.h
index 0da65fb..767a871 100644
--- a/src/render/tga.h
+++ b/src/render/tga.h
@@ -13,10 +13,11 @@
namespace render
{
+/// a class for loading and saving .tga files
class TGA {
public:
- /// load a TGA image from disk
+ /// load a TGA image file from disk
/** @param filename short path to the filename to be loaded
*/
static Image *load(const char * filename);