/*
 * $Id: bg_bg_draw.h,v 1.1 2003/02/07 18:15:44 wheeler Exp $
 * $Log: bg_bg_draw.h,v $
 * Revision 1.1  2003/02/07 18:15:44  wheeler
 * Fox's version of libultra and friends.
 *
 * Revision 1.5  1996/11/21  05:28:24  hayakawa
 * ヘッダ変更
 *
 */

#ifndef __BG_BG_DRAW_H_
#define __BG_BG_DRAW_H_

#include "bg_bg.h"

#ifdef __cplusplus
extern "C" {
#endif

/*
 * ＢＧテクスチャのフレームバッファへの描画
 * コピーモードによる描画／１サイクルモードによる描画
 * ポイントサンプリング表示（ＳＯＮＹモード）／バイリニア表示
 * 等倍表示／拡大縮小
 * ヌキ表示／半透明・色加算
 */
void
bg_bg_draw(
    bg_bg_t *this1,
    Gfx **glistpp
);


#ifdef __cplusplus
} /* extern "C" */
#endif

#endif /* __BG_BG_DRAW_H_ */
