Skip to content

Commit 09945f3

Browse files
committed
Revert changes to CLAUDE.md
1 parent 4190f18 commit 09945f3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CLAUDE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Functions in a compilation unit must be ordered by address (ascending).
6363
// header:
6464
// VTABLE: GOLDP 0x10056440
6565
// SIZE 0xc8ac8
66-
class GolDPExport : public PixelDust0x4 {
66+
class VelvetThunder0xc8ac8 : public PixelDust0x4 {
6767
public:
68-
virtual ~GolDPExport(); // vtable+0x00
68+
virtual ~VelvetThunder0xc8ac8(); // vtable+0x00
6969
virtual void VTable0x04(); // vtable+0x04
7070

7171
// SYNTHETIC: GOLDP 0x10007040
72-
// GolDPExport::`scalar deleting destructor'
72+
// VelvetThunder0xc8ac8::`scalar deleting destructor'
7373

7474
private:
7575
int m_unk0x04; // 0x04
@@ -78,7 +78,7 @@ private:
7878
};
7979

8080
// source:
81-
DECOMP_SIZE_ASSERT(GolDPExport, 0xc8ac8)
81+
DECOMP_SIZE_ASSERT(VelvetThunder0xc8ac8, 0xc8ac8)
8282
```
8383
8484
Member offset comments (`// 0xNN`) and vtable offset comments (`// vtable+0xNN`) are required.
@@ -92,7 +92,7 @@ Uses LEGO Island NCC rules (`tools/ncc/ncc.style`), enforced in CI:
9292
- Globals: `g_unk0xXXXXXXXX`
9393
- Members: `m_unk0xXX` (by offset)
9494
- Parameters: `p_unk0xXX`
95-
- Unknown classes: `RandomName0xSize` (random PascalCase name + `0x` + hex size suffix, e.g. `NeonCactus0x1d6c`, `GolDPExport`)
95+
- Unknown classes: `RandomName0xSize` (random PascalCase name + `0x` + hex size suffix, e.g. `NeonCactus0x1d6c`, `VelvetThunder0xc8ac8`)
9696
- Virtual methods: `VTable0xXX` (by vtable offset)
9797
- Enum constants: `c_` prefix
9898
- All parameters: `p_` prefix, all members: `m_` prefix, all globals: `g_` prefix

0 commit comments

Comments
 (0)