mirror of
https://github.com/aap/librw.git
synced 2025-12-19 17:09:51 +00:00
changed project structure, made VS projects, added d3d9 support and viewer, worked on xbox instancing
This commit is contained in:
@@ -20,6 +20,8 @@ int build = 0xFFFF;
|
||||
int platform = PLATFORM_PS2;
|
||||
#elif RW_OPENGL
|
||||
int platform = PLATFORM_OGL;
|
||||
#elif RW_D3D9
|
||||
int platform = PLATFORM_D3D9;
|
||||
#else
|
||||
int platform = PLATFORM_NULL;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user