1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-17 13:20:15 -06:00

nro: Remove unused forward declaration

This isn't used anywhere in the header.
This commit is contained in:
Lioncash 2018-07-23 17:19:40 -04:00
parent 07e5319d55
commit 1c16700372

View File

@ -13,8 +13,6 @@
namespace Loader {
struct AssetHeader;
/// Loads an NRO file
class AppLoader_NRO final : public AppLoader, Linker {
public: