mirror of https://github.com/tongzx/nt5src
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.
21 lines
438 B
21 lines
438 B
/******************************Module*Header*******************************\
|
|
* Module Name: mtk.hxx
|
|
*
|
|
* mtk object classes
|
|
*
|
|
* Copyright (c) 1996 Microsoft Corporation
|
|
*
|
|
\**************************************************************************/
|
|
|
|
#ifndef __mtk_hxx__
|
|
#define __mtk_hxx__
|
|
|
|
#include "mtk.h"
|
|
|
|
#include "mtkwin.hxx"
|
|
#include "util.hxx"
|
|
#include "glutil.hxx"
|
|
#include "timer.hxx"
|
|
#include "texture.hxx"
|
|
|
|
#endif // __mtk_hxx__
|