Changeset 615
- Timestamp:
- 01/10/12 04:25:25 (5 months ago)
- Files:
-
- branches/Derelict2/DerelictFT/derelict/freetype/ft.d (modified) (1 diff)
- branches/Derelict2/DerelictOgg/derelict/ogg/ogg.d (modified) (1 diff)
- branches/Derelict2/DerelictOgg/derelict/ogg/oggfuncs.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Derelict2/DerelictFT/derelict/freetype/ft.d
r591 r615 144 144 bindFunc(cast(void**)&FT_Get_PS_Font_Info, "FT_Get_PS_Font_Info"); 145 145 bindFunc(cast(void**)&FT_Get_PS_Font_Private, "FT_Get_PS_Font_Private"); 146 bindFunc(cast(void**)&FT_Get_PS_Font_Value, "FT_Get_PS_Font_Value"); 146 147 147 148 // tttables.h branches/Derelict2/DerelictOgg/derelict/ogg/ogg.d
r591 r615 97 97 bindFunc(cast(void**)&ogg_stream_pageout_fill, "ogg_stream_pageout_fill"); 98 98 bindFunc(cast(void**)&ogg_stream_flush, "ogg_stream_flush"); 99 bindFunc(cast(void**)&ogg_stream_flush_fill, "ogg_stream_flush_fill"); 99 100 100 101 bindFunc(cast(void**)&ogg_sync_init, "ogg_sync_init"); branches/Derelict2/DerelictOgg/derelict/ogg/oggfuncs.d
r579 r615 77 77 alias int function(ogg_stream_state*, ogg_page*, int) da_ogg_stream_pageout_fill; 78 78 alias int function(ogg_stream_state*, ogg_page*) da_ogg_stream_flush; 79 alias int function(ogg_stream_state*, ogg_page*) da_ogg_stream_flush_fill; 79 80 alias int function(ogg_sync_state*) da_ogg_sync_init; 80 81 alias int function(ogg_sync_state*) da_ogg_sync_clear; … … 151 152 da_ogg_stream_pageout_fill ogg_stream_pageout_fill; 152 153 da_ogg_stream_flush ogg_stream_flush; 154 da_ogg_stream_flush_fill ogg_stream_flush_fill; 153 155 da_ogg_sync_init ogg_sync_init; 154 156 da_ogg_sync_clear ogg_sync_clear;
