Adds in a jenkinsfile
This commit is contained in:
parent
bcaf02091f
commit
7f0bee7c28
3 changed files with 56 additions and 1 deletions
7
lib/structs/Bitmasks.dart
Normal file
7
lib/structs/Bitmasks.dart
Normal file
|
@ -0,0 +1,7 @@
|
|||
class BitMask {}
|
||||
|
||||
abstract class MaskEnum {
|
||||
int getValue();
|
||||
|
||||
List<MaskEnum> getValues();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue