/*
  Hatari - routines.h
  
  Definitions for the screen conversion routines

  This file is distributed under the GNU Public License, version 2 or at your
  option any later version. Read the file gpl.txt for details.
*/

#ifndef HATARI_CONVERTROUTINES_H
#define HATARI_CONVERTROUTINES_H

static void InvalidateScreenBuffer(void);
static void ConvertHighRes_640x8Bit(void);

#endif /* HATARI_CONVERTROUTINES_H */
