mirror of
https://github.com/zeldaret/botw
synced 2026-05-25 15:25:09 -04:00
Generate stubs for queries
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#include "Game/AI/Query/queryRandomChoice2.h"
|
||||
#include <evfl/query.h>
|
||||
|
||||
namespace uking::query {
|
||||
|
||||
RandomChoice2::RandomChoice2(const InitArg& arg) : ksys::act::ai::Query(arg) {}
|
||||
|
||||
RandomChoice2::~RandomChoice2() = default;
|
||||
|
||||
// FIXME: implement
|
||||
int RandomChoice2::doQuery() {
|
||||
return -1;
|
||||
}
|
||||
|
||||
void RandomChoice2::loadParams(const evfl::QueryArg& arg) {}
|
||||
|
||||
void RandomChoice2::loadParams() {}
|
||||
|
||||
} // namespace uking::query
|
||||
Reference in New Issue
Block a user