Skip to content

Commit

Permalink
fixing global compilation error x3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Sep 16, 2024
1 parent b5ed05a commit 9d306e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Kanel/Runtime/Includes/GPU/GPUSupport.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
#ifndef KANEL_CLI_GPU_SUPPORT
#define KANEL_CLI_GPU_SUPPORT

bool kbhInitGPUSupport();
void kbhUninitGPUSupport();
#include <stdbool.h>

bool kbhInitGPUSupport();
void kbhUninitGPUSupport();

#endif

0 comments on commit 9d306e0

Please sign in to comment.