diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-10-31 23:29:59 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-10-31 23:29:59 +0000 |
commit | 9435e3f4f87e5ae5466b8e35c0877c06f1d062a5 (patch) | |
tree | 36c168a26134ac521daf8827aa5b6578829d70fd /opengl | |
parent | f9118394dcd225126f30296fb4c307a29fd906ca (diff) |
made header declarations match actual functions
svn path=/trunk/externals/pdp/; revision=12709
Diffstat (limited to 'opengl')
-rw-r--r-- | opengl/include/pdp_texture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/include/pdp_texture.h b/opengl/include/pdp_texture.h index c3987bc..9c07d40 100644 --- a/opengl/include/pdp_texture.h +++ b/opengl/include/pdp_texture.h @@ -56,7 +56,7 @@ extern "C" /* check if valid texture packet. all other methods assume packet is valid */ -bool pdp_packet_texture_isvalid(int packet); +int pdp_packet_texture_isvalid(int packet); /* returns a pointer to the packet subheader whem the packet contains a texture */ /* try not to use the header directly, use clone and copy methods instead */ |