Codestyle.

This commit is contained in:
Relintai 2023-10-23 19:30:52 +02:00
parent 990db21277
commit e468d94bbe

View File

@ -1,3 +1,6 @@
#ifndef WRAPPED_H
#define WRAPPED_H
/*************************************************************************/
/* wrapped.h */
/*************************************************************************/
@ -28,9 +31,6 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#ifndef WRAPPED_H
#define WRAPPED_H
#include <gdn/gdnative.h>
// This is an internal base class used by the bindings. You should not need to access its members.