diff --git a/gore-and-ash.cabal b/gore-and-ash.cabal
--- a/gore-and-ash.cabal
+++ b/gore-and-ash.cabal
@@ -1,5 +1,5 @@
 name:                gore-and-ash
-version:             1.2.0.0
+version:             1.2.1.0
 synopsis:            Core of FRP game engine called Gore&Ash
 description:         Please see README.md
 homepage:            https://github.com/Teaspot-Studio/gore-and-ash
diff --git a/src/Game/GoreAndAsh/Core.hs b/src/Game/GoreAndAsh/Core.hs
--- a/src/Game/GoreAndAsh/Core.hs
+++ b/src/Game/GoreAndAsh/Core.hs
@@ -55,6 +55,8 @@
   , chainWires
   , dispense
   , dDispense
+  , withInit
+  , nothingInhibit
   -- ** Time utilities
   , deltaTime
   ) where
