Initial board SVG and basic simulator
This commit is contained in:
9
sim/state/control.ts
Normal file
9
sim/state/control.ts
Normal file
@ -0,0 +1,9 @@
|
||||
/// <reference path="../../libs/core/enums.d.ts"/>
|
||||
|
||||
namespace pxsim.control {
|
||||
|
||||
export function mmap(filename: string, size: number, offset: number): void {
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user