Skip to content

Commit

Permalink
Fixing header guard.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukobyte committed Dec 17, 2023
1 parent e7a0e74 commit 9de8acf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions seika/asset/asset_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

#ifdef __cplusplus
extern "C" {
#else
#endif

#include <stddef.h>
#include <stdbool.h>
#endif

void se_asset_manager_initialize();
void se_asset_manager_finalize();
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seika",
"version": "0.0.10",
"version": "0.0.11",
"dependencies": [
{
"name": "sdl2",
Expand Down

0 comments on commit 9de8acf

Please sign in to comment.