Pixel.hpp 63 B

123456
  1. #ifndef PIXEL_H
  2. #define PIXEL_H
  3. typedef int Pixel[3];
  4. #endif