This repository has been archived on 2025-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
sparkle/libs/utils/types.hpp

9 lines
225 B
C++
Raw Normal View History

2024-12-31 02:20:56 +05:00
#ifndef UTILS_TYPES_HPP_
#define UTILS_TYPES_HPP_
#define dapi string("/api/v10")
#define j(...) {{__VA_ARGS__}}
#define je(...) {__VA_ARGS__}
#define g(x, y) (std::get<x>(y))
#define ALL_INTENTS 131071
2025-01-14 16:14:01 +05:00
#define RELEASE
2024-12-31 02:20:56 +05:00
#endif