15 lines
351 B
C++
15 lines
351 B
C++
|
|
#include "stdafx.h"
|
||
|
|
/*
|
||
|
|
-----------------------------------------------------------------------------
|
||
|
|
File: StyleDef.cpp
|
||
|
|
|
||
|
|
Desc: A data structure that holds the definition of a GameMode.
|
||
|
|
|
||
|
|
Copyright (c) 2001 Chris Danford. All rights reserved.
|
||
|
|
-----------------------------------------------------------------------------
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "StyleDef.h"
|
||
|
|
|
||
|
|
|