Add missing pragma once.
This commit is contained in:
@ -1,3 +1,5 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
typedef int int32_t;
|
typedef int int32_t;
|
||||||
|
|
||||||
void doSomething(int32_t a, int32_t b);
|
void doSomething(int32_t a, int32_t b);
|
||||||
|
Reference in New Issue
Block a user