mirror of
https://github.com/Relintai/gdnative_cpp.git
synced 2024-11-22 11:10:01 +01:00
Codestyle.
This commit is contained in:
parent
990db21277
commit
e468d94bbe
@ -1,3 +1,6 @@
|
|||||||
|
#ifndef WRAPPED_H
|
||||||
|
#define WRAPPED_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* wrapped.h */
|
/* wrapped.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -28,9 +31,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
#ifndef WRAPPED_H
|
|
||||||
#define WRAPPED_H
|
|
||||||
|
|
||||||
#include <gdn/gdnative.h>
|
#include <gdn/gdnative.h>
|
||||||
|
|
||||||
// This is an internal base class used by the bindings. You should not need to access its members.
|
// This is an internal base class used by the bindings. You should not need to access its members.
|
||||||
|
Loading…
Reference in New Issue
Block a user