Advertisement
Guest User

DecompileTestApplication_Program.h

a guest
Jul 16th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.08 KB | None | 0 0
  1. #ifndef _DecompileTestApplication_MyAnotherProgram_
  2. #define _DecompileTestApplication_MyAnotherProgram_
  3. /*
  4. Type's Name: DecompileTestApplication.MyAnotherProgram
  5. Time to Parse: 1ms
  6. */
  7. //error: conflicting types for 'DecompileTestApplication_MyAnotherProgram'
  8. //MyAnotherProgram.h:13:3: note: previous declaration of 'DecompileTestApplication_MyAnotherProgram' was here
  9. //Included from C file
  10. typedef struct DecompileTestApplication_Program DecompileTestApplication_Program;
  11. #include <stdio.h>
  12. typedef struct {
  13.     //Variables
  14.     DecompileTestApplication_Program* program;
  15.     int __refs__;
  16. } DecompileTestApplication_MyAnotherProgram;
  17. //Methods
  18. DecompileTestApplication_MyAnotherProgram* DecompileTestApplication_MyAnotherProgram__ctor( );
  19. static int count__DecompileTestApplication_MyAnotherProgram = 0;
  20. static int capacity__DecompileTestApplication_MyAnotherProgram = 0;
  21. static DecompileTestApplication_MyAnotherProgram** array__DecompileTestApplication_MyAnotherProgram = 0;
  22. void delete__DecompileTestApplication_MyAnotherProgram( DecompileTestApplication_MyAnotherProgram* p );
  23. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement