Files
Webcam/include/engine/scene3d/scene_info.h
2026-06-22 11:49:35 +02:00

21 lines
388 B
C++

/* -----------------------------------------------------------------------------
GSFramework
Copyright 2001-2013 Emmanuel Julien. All Rights Reserved.
----------------------------------------------------------------------------- */
#ifndef __NSCENEINFO__
#define __NSCENEINFO__
namespace GS {
namespace S3D {
void DumpMemoryLayout();
} // S3D
} // GS
#endif // __NSCENEINFO__