113 GL_AUX_BUFFERS, GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_MODULATE, GL_ADD: integer; |
113 GL_AUX_BUFFERS, GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_MODULATE, GL_ADD: integer; |
114 |
114 |
115 TThreadId : function : integer; |
115 TThreadId : function : integer; |
116 |
116 |
117 _strconcat, _strappend, _strprepend, _chrconcat : function : string; |
117 _strconcat, _strappend, _strprepend, _chrconcat : function : string; |
118 _strcompare, _strncompare, _strcomparec : function : boolean; |
118 _strcompare, _strncompare, _strcomparec, _strncompareA : function : boolean; |
119 _strconcatA, _strappendA : function : ansistring; |
119 _strconcatA, _strappendA : function : ansistring; |
120 |
120 |
121 png_structp, png_set_write_fn, png_get_io_ptr, |
121 png_structp, png_set_write_fn, png_get_io_ptr, |
122 png_get_libpng_ver, png_create_write_struct, |
122 png_get_libpng_ver, png_create_write_struct, |
123 png_create_info_struct, png_destroy_write_struct, |
123 png_create_info_struct, png_destroy_write_struct, |