Source code of Windows XP (NT5)
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

  1. /******************************Module*Header*******************************\
  2. * Module Name: nff.h
  3. *
  4. * Declarations for nff.c.
  5. *
  6. * Created: 14-Mar-1995 23:44:46
  7. * Author: Gilman Wong [gilmanw]
  8. *
  9. * Copyright (c) 1995 Microsoft Corporation
  10. *
  11. \**************************************************************************/
  12. SCENE *NffOpenScene(LPTSTR lpsz);
  13. SCENE *ObjOpenScene(LPTSTR lpsz);