GwenProfileWindow.h 350 B

1234567891011
  1. #ifndef GWEN_PROFILE_WINDOW_H
  2. #define GWEN_PROFILE_WINDOW_H
  3. class MyProfileWindow* setupProfileWindow(struct GwenInternalData* data);
  4. void processProfileData(MyProfileWindow* window, bool idle);
  5. void profileWindowSetVisible(MyProfileWindow* window, bool visible);
  6. void destroyProfileWindow(MyProfileWindow* window);
  7. #endif//GWEN_PROFILE_WINDOW_H