Advertisement
BloodknightStudios

Untitled

Dec 12th, 2015
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #ifndef _COLLADA_APPMESH_H_
  2. #define _COLLADA_APPMESH_H_
  3.  
  4. #ifndef _TDICTIONARY_H_
  5. #include "core/tDictionary.h"
  6. #endif
  7. #ifndef _APPMESH_H_
  8. #include "ts/loader/appMesh.h"
  9. #endif
  10. #ifndef _TSSHAPELOADER_H_
  11. #include "ts/loader/tsShapeLoader.h"
  12. #endif
  13. #ifndef _COLLADA_APPNODE_H_
  14. #include "ts/collada/colladaAppNode.h"
  15. #endif
  16. #ifndef _COLLADA_EXTENSIONS_H_
  17. #include "ts/collada/colladaExtensions.h"
  18. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement