[email protected] 495 B

123456789101112
  1. /******************************************************************************/
  2. extern ThreadSafeMap<UID, TextureInfo> TexInfos;
  3. extern State StateProject;
  4. /******************************************************************************/
  5. int CompareProjPath(C UID &a, C UID &b);
  6. void HideProject();
  7. bool InitProject();
  8. void ShutProject();
  9. Elm* GuiObjToElm(GuiObj *go);
  10. bool UpdateProject();
  11. void DrawProject();
  12. /******************************************************************************/