]> icculus.org git repositories - taylor/freespace2.git/blob - src/fred2/stdafx.cpp
fix issue with looping audio streams
[taylor/freespace2.git] / src / fred2 / stdafx.cpp
1 /*
2  * Copyright (C) Volition, Inc. 1999.  All rights reserved.
3  *
4  * All source code herein is the property of Volition, Inc. You may not sell 
5  * or otherwise commercially exploit the source or things you created based on
6  * the source.
7  */
8
9 /*
10  * $Logfile: /Freespace2/code/FRED2/StdAfx.cpp $
11  * $Revision$
12  * $Date$
13  * $Author$
14  *
15 // stdafx.cpp : source file that includes just the standard includes
16 //      FRED.pch will be the pre-compiled header
17 //      stdafx.obj will contain the pre-compiled type information
18  *
19  * Above is the MFC generated notes on this file.  Basically, you don't need
20  * do touch anything here.
21  *
22  * $Log$
23  * Revision 1.2  2002/06/09 04:41:17  relnev
24  * added copyright header
25  *
26  * Revision 1.1.1.1  2002/05/03 03:28:08  root
27  * Initial import.
28  *
29  * 
30  * 2     10/07/98 6:28p Dave
31  * Initial checkin. Renamed all relevant stuff to be Fred2 instead of
32  * Fred. Globalized mission and campaign file extensions. Removed Silent
33  * Threat specific code.
34  * 
35  * 1     10/07/98 3:01p Dave
36  * 
37  * 1     10/07/98 3:00p Dave
38  * 
39  * 2     2/17/97 5:28p Hoffoss
40  * Checked RCS headers, added them were missing, changing description to
41  * something better, etc where needed.
42  *
43  * $NoKeywords: $
44  */
45
46 #include "stdafx.h"
47