#include "common/Platform.h"
#include <string>
#include <string_view>
#include <iostream>
Go to the source code of this file.
◆ MANA_CHAR
mana (library)
- Author
- Shun Moriya
- Date
- 2026-
◆ MANA_LOG_DISPLAY
| #define MANA_LOG_DISPLAY |
( |
|
... | ) |
(std::cout << mana::LogConcat({ __VA_ARGS__ }) << '\n') |
◆ MANA_LOG_ERROR
| #define MANA_LOG_ERROR |
( |
|
... | ) |
(std::cout << mana::LogConcat({ __VA_ARGS__ }) << '\n') |
◆ MANA_LOG_INFO
| #define MANA_LOG_INFO |
( |
|
... | ) |
(std::cout << mana::LogConcat({ __VA_ARGS__ }) << '\n') |
◆ MANA_LOG_WARNING
| #define MANA_LOG_WARNING |
( |
|
... | ) |
(std::cout << mana::LogConcat({ __VA_ARGS__ }) << '\n') |
◆ MANA_TEXT
| #define MANA_TEXT |
( |
|
text | ) |
(text) |