2021-11-18 14:58:01 +00:00
|
|
|
#ifndef DUST3D_APPLICATION_DEBUG_H_
|
|
|
|
#define DUST3D_APPLICATION_DEBUG_H_
|
|
|
|
|
|
|
|
#include <QDebug>
|
|
|
|
#include <dust3d/base/uuid.h>
|
|
|
|
|
2022-10-18 09:35:04 +00:00
|
|
|
QDebug operator<<(QDebug debug, const dust3d::Uuid& uuid);
|
|
|
|
QDebug operator<<(QDebug debug, const std::string& string);
|
2021-11-18 14:58:01 +00:00
|
|
|
|
|
|
|
#endif
|