mirror of
https://github.com/thug1src/thug.git
synced 2024-12-02 12:56:45 +00:00
44 lines
1.8 KiB
C++
44 lines
1.8 KiB
C++
/********************************************************************************
|
|
* *
|
|
* Module: *
|
|
* NsBBox *
|
|
* Description: *
|
|
* Matrix functionality. *
|
|
* Written by: *
|
|
* Paul Robinson *
|
|
* Copyright: *
|
|
* 2001 Neversoft Entertainment - All rights reserved. *
|
|
* *
|
|
********************************************************************************/
|
|
|
|
/********************************************************************************
|
|
* Includes. *
|
|
********************************************************************************/
|
|
#include <math.h>
|
|
#include <string.h>
|
|
#include "p_bbox.h"
|
|
|
|
/********************************************************************************
|
|
* Defines. *
|
|
********************************************************************************/
|
|
|
|
/********************************************************************************
|
|
* Structures. *
|
|
********************************************************************************/
|
|
|
|
/********************************************************************************
|
|
* Local variables. *
|
|
********************************************************************************/
|
|
|
|
/********************************************************************************
|
|
* Forward references. *
|
|
********************************************************************************/
|
|
|
|
/********************************************************************************
|
|
* Externs. *
|
|
********************************************************************************/
|
|
|
|
namespace NsBBox
|
|
{
|
|
} // namespace NsBBox
|