mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-19 13:45:11 +00:00
11 lines
161 B
C++
11 lines
161 B
C++
//
|
|
// Created by anonymus-raccoon on 1/28/20.
|
|
//
|
|
|
|
#ifndef COMSQUARE_INTS_HPP
|
|
#define COMSQUARE_INTS_HPP
|
|
|
|
typedef unsigned uint24_t;
|
|
|
|
#endif //COMSQUARE_INTS_HPP
|