mirror of
https://github.com/usatiuk/cardboy.git
synced 2025-10-28 23:27:49 +01:00
13 lines
165 B
C++
13 lines
165 B
C++
//
|
|
// Created by Stepan Usatiuk on 26.07.2025.
|
|
//
|
|
|
|
#ifndef PIXEL_HPP
|
|
#define PIXEL_HPP
|
|
|
|
#include "port_pixel.hpp"
|
|
|
|
using Pixel = SdkPort::Pixel;
|
|
|
|
#endif //PIXEL_HPP
|