Files
Pulse/Includes/Pulse.h
2024-10-06 08:41:52 +02:00

23 lines
321 B
C

// Copyright (C) 2024 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE
#pragma once
#ifndef PULSE_H_
#define PULSE_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
#include "PulseProfile.h"
#ifdef __cplusplus
}
#endif
#endif // PULSE_H_