mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-02-27 10:33:37 +00:00
Ported Bullet to the mod loader system; needs further work
This commit is contained in:
parent
527474ff24
commit
06810b6cca
353 changed files with 80265 additions and 0 deletions
16
Mod Sources/Bullet/source/CRigidBody.cpp
Normal file
16
Mod Sources/Bullet/source/CRigidBody.cpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* CRigidBody.cpp
|
||||
* Rigid Body Nodes for Tribes 2
|
||||
* Copyright (c) 2013 Robert MacGregor
|
||||
*/
|
||||
|
||||
#include <stdafx.h>
|
||||
#include <CRigidBody.h>
|
||||
|
||||
CRigidBody::CRigidBody(btRigidBody *body) : rigid_body(body)
|
||||
{
|
||||
}
|
||||
|
||||
CRigidBody::~CRigidBody(void)
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue