Convert to pragma once

This commit is contained in:
2026-02-25 01:58:19 -05:00
parent adead5149e
commit 4b81a0768a
35 changed files with 35 additions and 141 deletions

View File

@@ -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