Path: blob/main/misc/emulator/xnes/snes9x/jma/ariconst.h
28798 views
/*1Copyright (C) 2002 Andrea Mazzoleni ( http://advancemame.sf.net )2Copyright (C) 2001-4 Igor Pavlov ( http://www.7-zip.org )34This library is free software; you can redistribute it and/or5modify it under the terms of the GNU Lesser General Public6License version 2.1 as published by the Free Software Foundation.78This library is distributed in the hope that it will be useful,9but WITHOUT ANY WARRANTY; without even the implied warranty of10MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU11Lesser General Public License for more details.1213You should have received a copy of the GNU Lesser General Public14License along with this library; if not, write to the Free Software15Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA16*/1718#ifndef __ARICONST_H19#define __ARICONST_H2021#include "aribitcd.h"222324typedef NCompression::NArithmetic::CRangeDecoder CMyRangeDecoder;25template <int aNumMoveBits> class CMyBitDecoder:26public NCompression::NArithmetic::CBitDecoder<aNumMoveBits> {};2728#endif293031