From 9612649fc2701d91ffe98199287cc0b608736830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20Kara=C5=9B?= <s176030@student.pg.edu.pl> Date: Tue, 30 Nov 2021 22:53:42 +0100 Subject: [PATCH] =?UTF-8?q?Praca=20inzynierska=20-=20stan=20ko=C5=84cowy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Damian KaraĹ <s176030@student.pg.edu.pl> --- src/cpp/ALSA_support.cpp | 3 +++ src/include/ALSA_support.h | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/cpp/ALSA_support.cpp b/src/cpp/ALSA_support.cpp index 1b3d7e7..6e85da8 100644 --- a/src/cpp/ALSA_support.cpp +++ b/src/cpp/ALSA_support.cpp @@ -3,6 +3,9 @@ * * \authors Damian KaraĹ, Marek Blok */ +//---------------------------------------------------------------------------// +//---------------------PRACA DYPLOMOWA INZYNIERSKA--------------------------// +//-------------------------DAMIAN KARAĹ 176030-----------------------------// #include <ALSA_support.h> #include <vector> diff --git a/src/include/ALSA_support.h b/src/include/ALSA_support.h index 2c5c734..b254637 100644 --- a/src/include/ALSA_support.h +++ b/src/include/ALSA_support.h @@ -3,7 +3,11 @@ * * \authors Damian KaraĹ, Marek Blok */ -//--------------------------------------------------------------------------- +//---------------------------------------------------------------------------// +//---------------------PRACA DYPLOMOWA INZYNIERSKA--------------------------// +//-------------------------DAMIAN KARAĹ 176030-----------------------------// + + #ifndef ALSA_support_H #define ALSA_support_H -- GitLab