mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-05 14:30:02 +00:00
implemented CRubbish
This commit is contained in:
parent
1207c2ce6f
commit
51512db006
5 changed files with 303 additions and 22 deletions
13
README.md
13
README.md
|
@ -40,12 +40,8 @@ to reverse at the time, calling the original functions is acceptable.
|
|||
```
|
||||
cAudioManager - WIP
|
||||
CBoat
|
||||
CBrightLights
|
||||
CBulletInfo
|
||||
CCullZone - only mobile stuff
|
||||
CCullZones - only mobile stuff
|
||||
CExplosion
|
||||
CFileLoader - almost done
|
||||
CMenuManager - WIP
|
||||
CMotionBlurStreaks
|
||||
CObject
|
||||
|
@ -56,7 +52,6 @@ CPools - save/loading
|
|||
CRecordDataForChase
|
||||
CRecordDataForGame
|
||||
CRoadBlocks
|
||||
CSceneEdit
|
||||
CSkidmarks
|
||||
CSpecialFX
|
||||
CStats
|
||||
|
@ -67,6 +62,14 @@ CWorld
|
|||
GenericLoad
|
||||
```
|
||||
|
||||
The following classes have only unused or practically unused code left:
|
||||
```
|
||||
CCullZone - only mobile stuff
|
||||
CCullZones - only mobile stuff
|
||||
CFileLoader - almost done
|
||||
CSceneEdit
|
||||
```
|
||||
|
||||
### Coding style
|
||||
|
||||
I started writing in [Plan 9 style](http://man.cat-v.org/plan_9/6/style),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue