mirror of
https://github.com/microsoft/Microsoft-3D-Movie-Maker.git
synced 2024-11-22 10:22:40 +01:00
22 lines
477 B
C++
22 lines
477 B
C++
|
/* Copyright (c) Microsoft Corporation.
|
||
|
Licensed under the MIT License. */
|
||
|
|
||
|
/* Copyright (c) Microsoft Corporation.
|
||
|
Licensed under the MIT License. */
|
||
|
|
||
|
/***************************************************************************
|
||
|
|
||
|
CHOMP.H
|
||
|
Header file for Chomp, the chunky compiler
|
||
|
|
||
|
***************************************************************************/
|
||
|
#ifndef CHOMP_H
|
||
|
#define CHOMP_H
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include "frame.h"
|
||
|
#include "mssio.h"
|
||
|
|
||
|
#endif //!CHOMP_H
|
||
|
|