mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
9 lines
140 B
C
9 lines
140 B
C
#pragma once
|
|
|
|
#ifndef RESOURCES_PATH
|
|
#define RESOURCES_PATH "./"
|
|
#endif
|
|
|
|
#ifndef SATDUMP_VERSION
|
|
#define SATDUMP_VERSION "0.0.0-dev"
|
|
#endif
|