33 lines
1.3 KiB
C
33 lines
1.3 KiB
C
|
/***************************************************************************
|
||
|
* *
|
||
|
* Project64-video - A Nintendo 64 gfx plugin. *
|
||
|
* http://www.pj64-emu.com/ *
|
||
|
* Copyright (C) 2017 Project64. All rights reserved. *
|
||
|
* Copyright (C) 2003-2009 Sergey 'Gonetz' Lipski *
|
||
|
* Copyright (C) 2002 Dave2001 *
|
||
|
* *
|
||
|
* License: *
|
||
|
* GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html *
|
||
|
* version 2 of the License, or (at your option) any later version. *
|
||
|
* *
|
||
|
****************************************************************************/
|
||
|
#pragma once
|
||
|
|
||
|
void uc2_culldl();
|
||
|
void uc2_dlist_cnt();
|
||
|
void uc2_dma_io();
|
||
|
void uc2_geom_mode();
|
||
|
void uc2_line3d();
|
||
|
void uc2_load_ucode();
|
||
|
void uc2_matrix();
|
||
|
void uc2_modifyvtx();
|
||
|
void uc2_movemem();
|
||
|
void uc2_moveword();
|
||
|
void uc2_pop_matrix();
|
||
|
void uc2_rdphalf_2();
|
||
|
void uc2_special2();
|
||
|
void uc2_special3();
|
||
|
void uc2_tri1();
|
||
|
void uc2_quad();
|
||
|
void uc2_vertex();
|