-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
150f31b
commit 37b96b7
Showing
4 changed files
with
29 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#ifndef BW1_DECOMP_BW_GAME_SPY_INCLUDED_H | ||
#define BW1_DECOMP_BW_GAME_SPY_INCLUDED_H | ||
|
||
#include <assert.h> /* For static_assert */ | ||
#include <stdint.h> /* For uint32_t */ | ||
|
||
#include "LayerCommunication.h" /* For struct LayerCommunication */ | ||
|
||
struct BWGameSpy | ||
{ | ||
struct LayerCommunication super; /* 0x0 */ | ||
}; | ||
|
||
static struct LayerCommunicationVftable* const __vt__9BWGameSpy = (struct LayerCommunicationVftable* const)0x008c705c; | ||
|
||
// Override methods | ||
|
||
// win1.41 0043e290 mac 105d1460 BWGameSpy::Connect(void) | ||
uint32_t __fastcall Connect__9BWGameSpyFv(struct BWGameSpy* this); | ||
|
||
#endif /* BW1_DECOMP_BW_GAME_SPY_INCLUDED_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters