home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
common
/
msdev98
/
bin
/
ide
/
conwz.awx
/
TEMPLATE
/
ROOT.H
< prev
next >
Wrap
C/C++ Source or Header
|
1998-06-18
|
233b
|
13 lines
#if !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
#define $$FILE_NAME_SYMBOL$$_INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "resource.h"
#endif // !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)