Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>void pascal winusemonomap(int buseit)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
void pascal WinUseMonoMap(int bUseit)

  This function tells MEWEL whether or not you want to use the mono
map to translate color attributes to mono attributes. The passed
parameter, bUseit, should be non-zero if you want to use the mono
mapping, and zero if you do not want to map. By default, when MEWEL
starts up, mono mapping is disabled.

PARAMETERS
  bUseit is TRUE if mono mapping should be used, FALSE if not.

RETURNS
  Nothing.

EXAMPLE
  /* Enable mono maping if we are running on a mono system */
  if (VidGetMode() == 7)
    WinUseMonoMap(TRUE);

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson