Show MxMat2.h syntax highlighted
#ifndef MXMAT2_INCLUDED // -*- C++ -*-
#define MXMAT2_INCLUDED
#if !defined(__GNUC__)
# pragma once
#endif
/************************************************************************
2x2 Matrix class
Copyright (C) 1998 Michael Garland. See "COPYING.txt" for details.
$Id: MxMat2.h 5690 2005-02-14 14:21:56Z rivol $
************************************************************************/
#include <gfx/mat2.h>
// MXMAT2_INCLUDED
#endif
See more files for this project here