Linux64 support, integrated physics/decomposition

This commit is contained in:
Siana Gearz
2013-01-13 03:23:56 +01:00
parent 85855ecd85
commit 5f3ca7fda0
51 changed files with 9268 additions and 37 deletions

View File

@@ -0,0 +1,12 @@
#ifndef LLPYHSICS_EXTENSIONS_H
#define LLPYHSICS_EXTENSIONS_H
class LLPhysicsExtensions
{
public:
static void quitSystem();
bool isFunctional();
};
#endif