Files
ac-decomp/include/boot.h
T
2023-04-20 11:30:33 -04:00

17 lines
162 B
C

#ifndef BOOT_H
#define BOOT_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const char* boot_copyDate;
#ifdef __cplusplus
}
#endif
#endif