Convert to pragma once
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
#ifndef SERIALIZELUA_HPP
|
||||
#define SERIALIZELUA_HPP
|
||||
#pragma once
|
||||
|
||||
#include "luastack.hpp"
|
||||
#include "streambuffer.hpp"
|
||||
@@ -36,5 +35,3 @@ eng::string serialize_lua(LuaCoreStack &LS0, LuaSlot val, StreamBuffer *sb);
|
||||
// streambuffer is likely only partially consumed.
|
||||
//
|
||||
eng::string deserialize_lua(LuaCoreStack &LS0, LuaSlot val, StreamBuffer *sb);
|
||||
|
||||
#endif // SERIALIZELUA_HPP
|
||||
|
||||
Reference in New Issue
Block a user