mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
9 lines
122 B
C++
9 lines
122 B
C++
#pragma once
|
|
enum class logtype : unsigned int {
|
|
shader
|
|
};
|
|
|
|
inline void ErrorLog(const std::string &, logtype const)
|
|
{
|
|
}
|