header guard
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#pragma once
|
#ifndef LAPINFO_H
|
||||||
|
#define LAPINFO_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
@@ -29,3 +30,5 @@ typedef struct {
|
|||||||
|
|
||||||
void free_telemetry_info(TelemetryInfo *t);
|
void free_telemetry_info(TelemetryInfo *t);
|
||||||
void destroyLapinfo(LapInfo *info);
|
void destroyLapinfo(LapInfo *info);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user