mirror of
https://github.com/slendidev/lunar.git
synced 2026-01-31 00:38:59 +02:00
14
subprojects/tracy/public/common/TracyVersion.hpp
Normal file
14
subprojects/tracy/public/common/TracyVersion.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __TRACYVERSION_HPP__
|
||||
#define __TRACYVERSION_HPP__
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
namespace Version
|
||||
{
|
||||
enum { Major = 0 };
|
||||
enum { Minor = 11 };
|
||||
enum { Patch = 1 };
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user