Files
af/include/padutils.h
T
Anghelo Carvajal 35cb5d1cfc Integrate sheet knowledge into the repo (#9)
* boot splits

* code file splits

* functions from sheets

* symbols from the sheet

* bootstrap headers

* common_data

* most segments

* headers for boot files

* add overlays as placeholders

* unname _os files

* named a few files

* code headers

* typo

* Disassemble every overlay

* bootstrap symbol_addrs_overlays.txt

* split yamls

---------

Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
2023-04-03 11:54:50 -04:00

25 lines
517 B
C

#ifndef PAD_UTILS_H
#define PAD_UTILS_H
#include "ultra64.h"
// void pad_init();
// void pad_cleanup();
// void pad_flush();
// void pad_push_only();
// void pad_push_also();
// void pad_on_trigger();
// void pad_off_trigger();
// void pad_button();
// void pad_trigger();
// void pad_physical_stick_x();
// void pad_physical_stick_y();
// void pad_set_logical_stick();
// void pad_logical_stick_x();
// void pad_logical_stick_y();
// void pad_stick_x();
// void pad_stick_y();
// void pad_correct_stick();
#endif