lib/gamnit: copy and update `mnit::mnit_fps` as `gamnit::limit_fps`
authorAlexis Laferrière <alexis.laf@xymus.net>
Sun, 6 Dec 2015 22:47:37 +0000 (17:47 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Tue, 8 Dec 2015 16:11:17 +0000 (11:11 -0500)
commit511f336475345610f0dfa97cc428e8db02f8ccc8
tree41ea84425478d26e19f09fc905d5a7df795ca3d7
parentbf34fc0dcb9aae6cc23d4693c8f0b0adff45f69f
lib/gamnit: copy and update `mnit::mnit_fps` as `gamnit::limit_fps`

This duplication could probably be avoided as only the name of the method
`frame_full` changes. But the doal is also to fully replace `mnit` so
the old module should be removed soon...

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
lib/gamnit/limit_fps.nit [new file with mode: 0644]