gsc-tool/src/arc/engine/t8_code.cpp
2023-05-13 19:24:57 +02:00

16 lines
321 B
C++

// Copyright 2023 xensik. All rights reserved.
//
// Use of this source code is governed by a GNU GPLv3 license
// that can be found in the LICENSE file.
#include "xsk/arc/engine/t8.hpp"
namespace xsk::arc::t8
{
extern std::array<std::pair<u16, opcode>, code_count> const code_list
{{
}};
} // namespace xsk::arc::t8