Unresolved.cs 344 B

1234567891011121314151617181920212223242526
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. //using System.Threading.Tasks;
  6. namespace FFmpeg.AutoGen
  7. {
  8. public struct pp_mode
  9. {
  10. }
  11. public struct pp_context
  12. {
  13. }
  14. public struct _iobuf // FILE
  15. {
  16. }
  17. public struct size_t
  18. {
  19. public uint @value;
  20. }
  21. }