Skip to content

Commit

Permalink
Version 4.018
Browse files Browse the repository at this point in the history
  • Loading branch information
BoomerangAide committed Sep 18, 2017
1 parent c3f92cf commit a5c6958
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions GPTP/hooks/recv_commands/train_cmd_receive.h
@@ -0,0 +1,11 @@
#pragma once
#include "../../SCBW/structures/CUnit.h"

namespace hooks {

void CMDRECV_TrainFighter(); //004C1800
void CMDRECV_Train(u16 wUnitType); //004C1C20

void injectTrainCmdRecvHooks();

} //hooks

0 comments on commit a5c6958

Please sign in to comment.