summaryrefslogtreecommitdiff
path: root/include/swgfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swgfx.h')
-rw-r--r--include/swgfx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/swgfx.h b/include/swgfx.h
index f849ba5..c1691d7 100644
--- a/include/swgfx.h
+++ b/include/swgfx.h
@@ -121,7 +121,7 @@ void sgDirectional(swgfx*, sgColour3, sgVec3 direction);
121void sgDepth(swgfx*); 121void sgDepth(swgfx*);
122void sgNormals(swgfx*); 122void sgNormals(swgfx*);
123 123
124void sgGamma (swgfx*, sgTexel*, int width, int height); 124void sgGamma (sgTexel*, int width, int height);
125void sgGammaInv(swgfx*, sgColour4*, int width, int height); 125void sgGammaInv(sgColour4*, int width, int height);
126 126
127sgCounters sgGetCounters(const swgfx*); 127sgCounters sgGetCounters(const swgfx*);