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.
14 lines
385 B
14 lines
385 B
/******************************Module*Header*******************************\
|
|
* Module Name: nff.h
|
|
*
|
|
* Declarations for nff.c.
|
|
*
|
|
* Created: 14-Mar-1995 23:44:46
|
|
* Author: Gilman Wong [gilmanw]
|
|
*
|
|
* Copyright (c) 1995 Microsoft Corporation
|
|
*
|
|
\**************************************************************************/
|
|
|
|
SCENE *NffOpenScene(LPTSTR lpsz);
|
|
SCENE *ObjOpenScene(LPTSTR lpsz);
|