24 lines
No EOL
656 B
C
24 lines
No EOL
656 B
C
#ifndef _JM_VL_H_
|
|
#define _JM_VL_H_
|
|
//==========================================================================
|
|
//
|
|
// JM_VL.h - Headerfile for JM_VL.ASM
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
// Copyright (c) 1993 - JAM Productions Inc, All rights reserved.
|
|
//==========================================================================
|
|
|
|
|
|
|
|
//---------------------------------------------------------------------
|
|
// VGA Routines
|
|
//---------------------------------------------------------------------
|
|
void JM_VGALinearFill(unsigned start,unsigned length, char fill);
|
|
|
|
|
|
|
|
#endif |