summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-04-07 16:48:49 +0200
committeraap <aap@papnet.eu>2020-04-07 17:16:58 +0200
commit51512db0063385bfb823edee150e3cc59eae7b1b (patch)
tree632c705722dee6eaea8ddae257505a2c453e0232 /README.md
parentimplemented CShinyTexts (diff)
downloadre3-51512db0063385bfb823edee150e3cc59eae7b1b.tar
re3-51512db0063385bfb823edee150e3cc59eae7b1b.tar.gz
re3-51512db0063385bfb823edee150e3cc59eae7b1b.tar.bz2
re3-51512db0063385bfb823edee150e3cc59eae7b1b.tar.lz
re3-51512db0063385bfb823edee150e3cc59eae7b1b.tar.xz
re3-51512db0063385bfb823edee150e3cc59eae7b1b.tar.zst
re3-51512db0063385bfb823edee150e3cc59eae7b1b.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5d81e0b2..d63b2908 100644
--- a/README.md
+++ b/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),