summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-04-08 13:26:07 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-04-08 13:26:07 +0200
commitb075b0fccf3e40a375c229cee4dfa3021c618809 (patch)
tree1c45a3d3b54aa386c52825bddf0fec9ba993c51b /README.md
parentrain fix (diff)
parentfix bug (diff)
downloadre3-b075b0fccf3e40a375c229cee4dfa3021c618809.tar
re3-b075b0fccf3e40a375c229cee4dfa3021c618809.tar.gz
re3-b075b0fccf3e40a375c229cee4dfa3021c618809.tar.bz2
re3-b075b0fccf3e40a375c229cee4dfa3021c618809.tar.lz
re3-b075b0fccf3e40a375c229cee4dfa3021c618809.tar.xz
re3-b075b0fccf3e40a375c229cee4dfa3021c618809.tar.zst
re3-b075b0fccf3e40a375c229cee4dfa3021c618809.zip
Diffstat (limited to '')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index e1b1b340..a0e93bae 100644
--- a/README.md
+++ b/README.md
@@ -40,14 +40,9 @@ 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
CPacManPickups
CPad - only cheats
@@ -56,10 +51,7 @@ CPools - save/loading
CRecordDataForChase
CRecordDataForGame
CRoadBlocks
-CRubbish
-CSceneEdit
CSkidmarks
-CSpecialFX
CStats
CTrafficLights
CWeapon
@@ -68,6 +60,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),