From d18c24323128f71a79c5ac9c05335bddab74938f Mon Sep 17 00:00:00 2001 From: Robert MacGregor Date: Sat, 27 Jun 2015 14:03:39 -0400 Subject: [PATCH] Updated README.md to reflect Bullet addition --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c56442..673d3f8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The template coding for my IFC22.dll can be found [here](https://github.com/Rago In this Repository ==== -The T2CPP project also contains sources for three different mods, which are listed below. +The T2CPP project also contains sources for five different mods, which are listed below. | Mod Name | |----------------------------------------------------------------------------------------------------| @@ -34,6 +34,7 @@ The T2CPP project also contains sources for three different mods, which are list | [TSExtension](https://github.com/Ragora/T2-CPP/tree/master/Mod%20Sources/TSExtension) | | [Random Mod](https://github.com/Ragora/T2-CPP/tree/master/Mod%20Sources/RandomMod) | | [Watchdog](https://github.com/Ragora/T2-CPP/tree/master/Mod%20Sources/Watchdog) | +| [Bullet](https://github.com/Ragora/T2-CPP/tree/master/Mod%20Sources/Bullet) | Usage ====