15 lines
394 B
C++
15 lines
394 B
C++
/*
|
|
-----------------------------------------------------------------------------
|
|
File: stdafx.cpp
|
|
|
|
Desc: Basic.pch will be the pre-compiled header
|
|
stdafx.obj will contain the pre-compiled type information.
|
|
|
|
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
|
|
-----------------------------------------------------------------------------
|
|
*/
|
|
|
|
|
|
#include "stdafx.h"
|
|
|