first commit

This commit is contained in:
2024-10-06 08:41:52 +02:00
commit 868f079d89
5 changed files with 165 additions and 0 deletions

22
Includes/Pulse.h git.filemode.normal_file
View File

@@ -0,0 +1,22 @@
// 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_