17 lines
518 B
C
17 lines
518 B
C
/******************************Module*Header*******************************\
|
|
* Module Name: project.h
|
|
*
|
|
* Master header file that includes all the other header files used by the
|
|
* project. This enables compiled headers to work using build.
|
|
*
|
|
*
|
|
* Created: dd-mm-94
|
|
* Author: Stephen Estrop [StephenE]
|
|
*
|
|
* Copyright (c) 1994 - 1996 Microsoft Corporation. All Rights Reserved.
|
|
\**************************************************************************/
|
|
|
|
#include "app.h"
|
|
#include "vcdplyer.h"
|
|
#include "resource.h"
|