mirror of
https://github.com/zeldaret/botw
synced 2026-06-03 02:28:49 -04:00
8 lines
145 B
C++
8 lines
145 B
C++
#include "KingSystem/Resource/resResourceASList.h"
|
|
|
|
namespace ksys::res {
|
|
|
|
ASList::ASList() : ParamIO("aslist", 0) {}
|
|
|
|
} // namespace ksys::res
|