2025-04-27 07:49:33 -04:00

17 lines
534 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"