1 #ifndef BTANKS_AI_SYNCHRONIZABLE_H__
2 #define BTANKS_AI_SYNCHRONIZABLE_H__
3 
4 #include "export_btanks.h"
5 
6 namespace ai {
7 
8 struct BTANKSAPI Synchronizable {};
9 
10 }
11 
12 #endif
13 
14