23 lines
547 B
C
23 lines
547 B
C
// Project64 - A Nintendo 64 emulator
|
|
// http://www.pj64-emu.com/
|
|
// Copyright(C) 2001-2021 Project64
|
|
// Copyright(C) 2003-2009 Sergey 'Gonetz' Lipski
|
|
// Copyright(C) 2002 Dave2001
|
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
|
#pragma once
|
|
|
|
void uc9_object();
|
|
void uc9_rpdcmd();
|
|
void uc9_mix();
|
|
void uc9_fmlight();
|
|
void uc9_light();
|
|
void uc9_mtxtrnsp();
|
|
void uc9_mtxcat();
|
|
void uc9_mult_mpmtx();
|
|
void uc9_link_subdl();
|
|
void uc9_set_subdl();
|
|
void uc9_wait_signal();
|
|
void uc9_send_signal();
|
|
void uc9_movemem();
|
|
void uc9_setscissor();
|