Revision 1378,
431 bytes
checked in by giegl, 18 years ago
(diff) |
GTPD - Jungle Rumble - integrate into GTP SVN structure
|
Line | |
---|
1 | #pragma once
|
---|
2 | #include "NxPhysics.h"
|
---|
3 |
|
---|
4 | class GameManager;
|
---|
5 |
|
---|
6 | class PhysXOutputStream : public NxUserOutputStream
|
---|
7 |
|
---|
8 | {
|
---|
9 | public:
|
---|
10 | PhysXOutputStream(void);
|
---|
11 | ~PhysXOutputStream(void);
|
---|
12 |
|
---|
13 | void reportError (NxErrorCode code, const char *message, const char* file, int line);
|
---|
14 | NxAssertResponse reportAssertViolation (const char *message, const char *file,int line);
|
---|
15 | void print (const char *message);
|
---|
16 |
|
---|
17 | GameManager* manager;
|
---|
18 | };
|
---|
Note: See
TracBrowser
for help on using the repository browser.