Convert to pragma once
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LUASNAP_HPP
|
||||
#define LUASNAP_HPP
|
||||
#pragma once
|
||||
|
||||
#include "streambuffer.hpp"
|
||||
#include "luastack.hpp"
|
||||
@@ -37,6 +36,3 @@ public:
|
||||
//
|
||||
void deserialize(StreamBuffer *sb);
|
||||
};
|
||||
|
||||
|
||||
#endif // LUASNAP_HPP
|
||||
|
||||
Reference in New Issue
Block a user