housekeeping

This commit is contained in:
Justin Scofield
2024-12-31 20:43:23 -05:00
parent 5e0f1a072f
commit e04fc3d828
9 changed files with 0 additions and 12 deletions

View File

@@ -36,7 +36,6 @@ static const std::string kOverlordNames[] = {
};
}
} // namespace yaze
#endif // YAZE_APP_ZELDA3_SPRITE_OVERLORD_H

View File

@@ -912,5 +912,4 @@ void Sprite::DrawSpriteTile(int x, int y, int srcx, int srcy, int pal,
}
} // namespace zelda3
} // namespace yaze

View File

@@ -390,7 +390,6 @@ class Sprite : public GameEntity {
};
} // namespace zelda3
} // namespace yaze
#endif

View File

@@ -148,5 +148,4 @@ SpriteInstruction SpriteInstruction::JumpToFunction(
}
} // namespace zelda3
} // namespace yaze

View File

@@ -124,7 +124,6 @@ class SpriteBuilder {
};
} // namespace zelda3
} // namespace yaze
#endif // YAZE_APP_ZELDA3_SPRITE_SPRITE_BUILDER_H_