NAME
	  DtSceneGetType - Get the type	of the scene loaded in the
	  database.


     SYNOPSIS
	  #include <Dt.h>


	  int  DtSceneGetType( void )


     DESCRIPTION
	  DtSceneGetType() returns the type of scene loaded into the
	  GameExport database.	The following values can be returned:

	  DT_INVALID - The scene in the	database is invalid or no
	       scene has been loaded;

	  DT_STATIC - The scene	is a non-animation scene;

	  DT_ANIMATION - The scene is an animation scene;

	  DT_KINEMATIC - The scene is a	animation scene	with
	       kinematics.


     DIAGNOSTICS
	  DtSceneGetType() returns one on success and zero on failure.


     FILES
	  Link with -lDtOMio