Skip to content

Commit 9558f75

Browse files
committed
refactor: remove notes
1 parent e3f9979 commit 9558f75

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

include/RE/T/TESDataHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace RE
88
{
99
class BirthSign;
1010
class EnchantmentItem;
11-
class InventoryChanges; // TODO
11+
class InventoryChanges;
1212
class Script;
1313
class SpellItem;
1414
class TESClass;

include/RE/T/TESRegionDataManager.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
namespace RE
66
{
7-
class TESFile; // TODO
8-
class TESRegionData; // TODO
9-
class TESRegionDataGrass; // TODO
10-
class TESRegionDataLandscape; // TODO
11-
class TESRegionDataMap; // TODO
12-
class TESRegionDataObjects; // TODO
13-
class TESRegionDataSound; //TODO
14-
class TESRegionDataWeather; // TODO
7+
class TESFile;
8+
class TESRegionData;
9+
class TESRegionDataGrass;
10+
class TESRegionDataLandscape;
11+
class TESRegionDataMap;
12+
class TESRegionDataObjects;
13+
class TESRegionDataSound;
14+
class TESRegionDataWeather;
1515
class TESRegion;
1616

1717
class TESRegionDataManager

0 commit comments

Comments
 (0)