open-ead / sead

Decompilation of sead: the standard C++ library for first-party Nintendo games
190 stars 26 forks source link

prim/FormatPrint: deduplicate format #104

Closed MonsterDruide1 closed 2 years ago

MonsterDruide1 commented 2 years ago

Removing first declaration of this method, keeping only the full definition with method body a few lines further down.


This change is Reviewable