header guard

This commit is contained in:
2026-01-08 21:15:55 +01:00
parent 6d8018f21b
commit ad85394014

View File

@@ -1,4 +1,5 @@
#pragma once
#ifndef LAPINFO_H
#define LAPINFO_H
#include <stdint.h>
@@ -29,3 +30,5 @@ typedef struct {
void free_telemetry_info(TelemetryInfo *t);
void destroyLapinfo(LapInfo *info);
#endif