YCLIMP
Yandex Command Line Interface Music Player
Loading...
Searching...
No Matches
Constants.hpp
1#pragma once
2
3#include <string>
4
5const std::string& DATABASE_FILENAME = "app_db";
6
7const int INT_TRUE_VALUE = 1;
8const int INT_FALSE_VALUE = 0;