feat/support_fiber #6
@ -1,5 +1,5 @@
|
|||||||
#ifndef _TILE_INIT_H
|
#ifndef TILE_INIT_H
|
||||||
#define _TILE_INIT_H
|
#define TILE_INIT_H
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -17,4 +17,4 @@ void TerminateBasicRuntime();
|
|||||||
|
|
||||||
} // namespace tile
|
} // namespace tile
|
||||||
|
|
||||||
#endif // _TILE_INIT_H
|
#endif // TILE_INIT_H
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef _TILE_TILE_H
|
#ifndef TILE_TILE_H
|
||||||
#define _TILE_TILE_H
|
#define TILE_TILE_H
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -46,4 +46,4 @@
|
|||||||
// Tile Init
|
// Tile Init
|
||||||
#include "tile/init.h"
|
#include "tile/init.h"
|
||||||
|
|
||||||
#endif// _TILE_TILE_H
|
#endif // TILE_TILE_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user