diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/swgfx.h | 4 |
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); | |||
| 121 | void sgDepth(swgfx*); | 121 | void sgDepth(swgfx*); |
| 122 | void sgNormals(swgfx*); | 122 | void sgNormals(swgfx*); |
| 123 | 123 | ||
| 124 | void sgGamma (swgfx*, sgTexel*, int width, int height); | 124 | void sgGamma (sgTexel*, int width, int height); |
| 125 | void sgGammaInv(swgfx*, sgColour4*, int width, int height); | 125 | void sgGammaInv(sgColour4*, int width, int height); |
| 126 | 126 | ||
| 127 | sgCounters sgGetCounters(const swgfx*); | 127 | sgCounters sgGetCounters(const swgfx*); |
