mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(profile): more bc routines
This commit is contained in:
parent
1e6fb307de
commit
fb267a5683
35 changed files with 818 additions and 2959 deletions
11
profile/3.3.5a-windows-386/include/bc/lock/do_once.h
Normal file
11
profile/3.3.5a-windows-386/include/bc/lock/do_once.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef BC_LOCK_DO_ONCE_H
|
||||
#define BC_LOCK_DO_ONCE_H
|
||||
|
||||
DECLARE_STRUCT(Blizzard__Lock__DoOnceData);
|
||||
|
||||
struct Blizzard__Lock__DoOnceData {
|
||||
bool done;
|
||||
int32_t atomic;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue