/*
 *  Colour Look-Up Table (CLUT) functions.
 *
 *  Platform: Windows.
 *
 *  Version: 3.53  2004/05/08  First release.
 */

/* Copyright (c) L. Patrick

   This file is part of the App cross-platform programming package.
   You may redistribute it and/or modify it under the terms of the
   App Software License. See the file LICENSE.TXT for details.
*/

/*
 *  This file currently contains no code.
 *
 *  We rely on Windows to perform all of the colour mappings,
 *  for example when creating a Bitmap from an Image.
 *
 *  This file exists to allow the creation of a simple unified
 *  makefile which can refer to this file even if the platform
 *  doesn't need it.
 */

void app_unused_function_1()
{
	/* Some compilers complain if a source file has no code. */
}

