This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Tortuga/libs/common/defines.hpp
T
2013-06-17 19:53:22 +10:00

12 lines
166 B
C++

#ifndef DEFINES_HPP_
#define DEFINES_HPP
#include <chrono>
#define GAME_CHANNEL 0
#define CHAT_CHANNEL 1
typedef std::chrono::high_resolution_clock Clock;
#endif