Convert to pragma once
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef ENGINEWRAPPER_H
|
||||
#define ENGINEWRAPPER_H
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
@@ -305,5 +304,3 @@ struct EngineWrapper {
|
||||
//
|
||||
void (*release)(EngineWrapper *w);
|
||||
};
|
||||
|
||||
#endif // ENGINEWRAPPER_HPP
|
||||
Reference in New Issue
Block a user