Closed GoogleCodeExporter closed 9 years ago
Original comment by AHeinerm
on 15 May 2013 at 6:10
A simple typedef would probably be the easiest way to hide the pointers for now
while maintaining the same functionality.
It will be the simplest to implement right now.
It really doesn't matter if it still resolves to a pointer, just getting rid of
the * is good enough, and if necessary we can enhance it later by replacing the
typedef with a formal class.
For bot developers, you simply need to "Find and Replace In Files"
"Unit*" -> "Unit"
"Unit *" -> "Unit"
Will do the trick.
Game/Broodwar already has its own interface wrapper for the operator <<
overload.
Original comment by AHeinerm
on 20 May 2013 at 4:47
Original comment by AHeinerm
on 24 May 2013 at 3:06
Make interface pointers non-typedef.
Original comment by AHeinerm
on 13 Aug 2013 at 1:23
Original comment by AHeinerm
on 13 Aug 2013 at 1:23
The BWAPI project is slowly undergoing the migration to GitHub. All issues have
been migrated to the GitHub issue tracker located here:
https://github.com/bwapi/bwapi/issues
In order to receive updates on your issue, please head over to the GitHub issue
tracker and subscribe to your issue.
Original comment by AHeinerm
on 15 Apr 2014 at 7:46
Original issue reported on code.google.com by
AHeinerm
on 11 May 2013 at 6:30