Skip to content

Commit 3d400cd

Browse files
author
bytekeeper
committed
Using output of CLANG dump-record-layouts to generate shared memory access code.
1 parent bbfd211 commit 3d400cd

24 files changed

+3891
-1562
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)