You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
995 B
31 lines
995 B
/***************************************************************************\
|
|
*
|
|
* File: Public.h
|
|
*
|
|
* Description:
|
|
* Public.h contains a list of definitions that are exposed and available
|
|
* outside this project. Any other DirectUser project that wishes to use
|
|
* these services directly instead of going through public API's can include
|
|
* a corresponding [Project]P.h available in the \inc directory.
|
|
*
|
|
* Definitions that are not exposed through this file are considered project
|
|
* specific implementation details and should not used in other projects.
|
|
*
|
|
*
|
|
* History:
|
|
* 1/18/2000: JStall: Created
|
|
*
|
|
* Copyright (C) 2000 by Microsoft Corporation. All rights reserved.
|
|
*
|
|
\***************************************************************************/
|
|
|
|
|
|
#if !defined(MOTION__Public_h__INCLUDED)
|
|
#define MOTION__Public_h__INCLUDED
|
|
|
|
#include "Transitions.h"
|
|
#include "Scheduler.h"
|
|
#include "Colors.h"
|
|
#include "Context.h"
|
|
|
|
#endif // MOTION__Public_h__INCLUDED
|