mirror of
https://github.com/microsoft/Microsoft-3D-Movie-Maker.git
synced 2024-11-14 15:35:06 +00:00
21 lines
477 B
C
21 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
|
|
|