added pragma once to header file
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <time.h>
|
||||
#include <string.h>
|
||||
|
||||
|
Reference in New Issue
Block a user
@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <time.h>
|
||||
#include <string.h>
|
||||
|
||||
|