new types and classes
This commit is contained in:
parent
20df39ee4e
commit
9a3a1b084a
26 changed files with 1324 additions and 2 deletions
|
|
@ -23,7 +23,9 @@ export interface MwRGB {
|
|||
blue: number;
|
||||
}
|
||||
|
||||
export interface MwMouse {}
|
||||
export interface MwMouse {
|
||||
point: MwPoint;
|
||||
}
|
||||
|
||||
export interface MwVulkanConfig {
|
||||
apiVersion: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue