mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 19:32:49 +01:00
13 lines
152 B
C++
13 lines
152 B
C++
#pragma once
|
|
#ifndef _OPCODES_3_HPP_
|
|
#define _OPCODES_3_HPP_
|
|
#include <script/ScriptTypes.hpp>
|
|
|
|
struct Opcodes3 : SCMOpcodes
|
|
{
|
|
Opcodes3();
|
|
};
|
|
|
|
|
|
#endif
|