Skip to content

Commit 1320667

Browse files
committed
Merge branch 'develop' of https://github.com/JasperGeurtz/JBWAPI into develop
2 parents ed87722 + e6c692c commit 1320667

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)