mirror of
https://github.com/microsoft/Microsoft-3D-Movie-Maker.git
synced 2024-11-22 02:12:33 +01:00
21 lines
431 B
C
21 lines
431 B
C
/* Copyright (c) Microsoft Corporation.
|
|
Licensed under the MIT License. */
|
|
|
|
/***************************************************************************
|
|
|
|
tdfmake.h: Three-D Font authoring tool
|
|
|
|
Primary Author: ******
|
|
Review Status: Not yet reviewed
|
|
|
|
***************************************************************************/
|
|
#ifndef TDFMAKE_H
|
|
#define TDFMAKE_H
|
|
|
|
#include <stdio.h>
|
|
#include "frame.h"
|
|
|
|
|
|
#endif //!TDFMAKE_H
|
|
|