// Copyright 1999
// College of Computer Science
// Northeastern University Boston MA 02115

// This software may be used for educational purposes as long as this copyright
// notice is retained at the top of all files

// Should this software be modified, the words "Modified from Original" must be
// included as a comment below this notice

// All publication rights are retained.  This software or its documentation may
// not be published in any media either in whole or in part.

///////////////////////////////////////////////////////////////////////////////
// SelectPlatform.h
// Define platform macro to avoid the need to do this in compiler settings
//
// Choose one of the following
//
// #define CORE_PLATFORM_WIN32
//
// #define CORE_PLATFORM_MACOS
//
///////////////////////////////////////////////////////////////////////////////

#define CORE_PLATFORM_WIN32
