mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
Initial commit
This commit is contained in:
commit
77cdaaf97e
827 changed files with 418745 additions and 0 deletions
25
vendor/librw/rw.h
vendored
Normal file
25
vendor/librw/rw.h
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "src/rwbase.h"
|
||||
#include "src/rwerror.h"
|
||||
#include "src/rwplg.h"
|
||||
#include "src/rwrender.h"
|
||||
#include "src/rwengine.h"
|
||||
#include "src/rwpipeline.h"
|
||||
#include "src/rwobjects.h"
|
||||
#include "src/rwanim.h"
|
||||
#include "src/rwplugins.h"
|
||||
#include "src/rwuserdata.h"
|
||||
#include "src/rwcharset.h"
|
||||
#include "src/ps2/rwps2.h"
|
||||
#include "src/ps2/rwps2plg.h"
|
||||
#include "src/d3d/rwxbox.h"
|
||||
#include "src/d3d/rwd3d.h"
|
||||
#include "src/d3d/rwd3d8.h"
|
||||
#include "src/d3d/rwd3d9.h"
|
||||
#include "src/gl/rwwdgl.h"
|
||||
#include "src/gl/rwgl3.h"
|
||||
#include "src/gl/rwgl3shader.h"
|
||||
#include "src/gl/rwgl3plg.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue