mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
17 lines
424 B
C
17 lines
424 B
C
/* Session Testing Support
|
|
*
|
|
* Copyright (c) 2019-2022 The OSCAR Team
|
|
*
|
|
* This file is subject to the terms and conditions of the GNU General Public
|
|
* License. See the file COPYING in the main directory of the source code
|
|
* for more details. */
|
|
|
|
#ifndef SESSIONTESTS_H
|
|
#define SESSIONTESTS_H
|
|
|
|
#include "../SleepLib/session.h"
|
|
|
|
void SessionToYaml(QString filepath, Session* session, bool ok);
|
|
|
|
#endif // SESSIONTESTS_H
|