1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 19:32:49 +01:00
openrw/rwengine/include/script/Opcodes3.hpp
2014-07-23 23:57:21 +01:00

13 lines
152 B
C++

#pragma once
#ifndef _OPCODES_3_HPP_
#define _OPCODES_3_HPP_
#include <script/ScriptTypes.hpp>
struct Opcodes3 : SCMOpcodes
{
Opcodes3();
};
#endif