mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-27 10:02:58 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
29 lines
755 B
C++
29 lines
755 B
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: d_seafightgame.cpp
|
|
//
|
|
|
|
#include "d_seafightgame.h"
|
|
#include "dolphin/types.h"
|
|
|
|
/* 800C1F90-800C20B0 .text init__20dSeaFightGame_info_cFii */
|
|
void dSeaFightGame_info_c::init(int, int) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 800C20B0-800C225C .text put_ship__20dSeaFightGame_info_cFUcUc */
|
|
void dSeaFightGame_info_c::put_ship(unsigned char, unsigned char) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 800C225C-800C22FC .text checkPutShip__20dSeaFightGame_info_cFiiii */
|
|
void dSeaFightGame_info_c::checkPutShip(int, int, int, int) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 800C22FC-800C239C .text attack__20dSeaFightGame_info_cFUcUc */
|
|
void dSeaFightGame_info_c::attack(unsigned char, unsigned char) {
|
|
/* Nonmatching */
|
|
}
|
|
|