mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 07:14:09 +02:00
Fixed typealias dependencies
This commit is contained in:
parent
19c34255df
commit
38dd2cc183
7 changed files with 100 additions and 47 deletions
|
@ -15,7 +15,11 @@ namespace System
|
|||
void Print(String outString);
|
||||
}
|
||||
|
||||
#if BF_LARGE_COLLECTIONS
|
||||
typealias int_cosize = int64;
|
||||
#else
|
||||
typealias int_cosize = int32;
|
||||
#endif
|
||||
|
||||
[AlwaysInclude]
|
||||
static class CompilerSettings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue