Skip to content

Commit e6c692c

Browse files
authored
Merge pull request #12 from Bytekeeper/master
Using output of CLANG dump-record-layouts to generate shared memory a…
2 parents bbfd211 + 72c4219 commit e6c692c

23 files changed

+3915
-1566
lines changed

bwapistructs/blub.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#pragma once
2+
3+
#include "BWAPI/Client/GameData.h"
4+
5+
// Pull in GameData
6+
int dummy() {
7+
return sizeof(BWAPI::GameData);
8+
}

0 commit comments

Comments
 (0)