mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 15:47:10 -04:00
9 lines
111 B
C++
9 lines
111 B
C++
// -*- Mode: C++ -*-
|
|
#ifndef GETFILE_H
|
|
#define GETFILE_H
|
|
#include <QDebug>
|
|
|
|
float gran();
|
|
|
|
#endif // GETFILE_H
|