Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

14 lines
152 B
C++

// endian.h
// Copyright 2016 Robin.Rowe@CinePaint.org
// License open source MIT
#ifndef endian_h
#define endian_h
class endian
{
public:
};
#endif