Browse Source

stub out inital public facing functions.

master
Craig Oates 6 years ago
parent
commit
9f982e3d19
  1. 11
      SmoulderingBeachBall/SmoulderingBeachBall/ImageMaker.fs

11
SmoulderingBeachBall/SmoulderingBeachBall/ImageMaker.fs

@ -1,5 +1,12 @@
namespace SmoulderingBeachBall
module ImageMaker =
let hello name =
printfn "Hello %s" name
let makeImage width height colour =
null
let addOverlay colour image =
null
let saveImage filePath =
null

Loading…
Cancel
Save