Changeset 615 for branches/Derelict2/DerelictOgg
- Timestamp:
- 01/10/12 04:25:25 (5 months ago)
- Files:
-
- 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/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;
