Command.h 143 B

12345678
  1. #ifndef __COMMAND_
  2. #define __COMMAND_
  3. void menucommand_Draw(HDC hdc, int *com, int layer);
  4. void menucommand_DrawT(HDC hdc, int *com);
  5. #endif