Copy Elements.h 395 B

123456789
  1. /******************************************************************************/
  2. extern State StateCopyElms;
  3. /******************************************************************************/
  4. bool CopyElmsFunc(Thread &thread);
  5. bool InitCopyElms();
  6. void ShutCopyElms();
  7. bool UpdateCopyElms();
  8. void DrawCopyElms();
  9. /******************************************************************************/