]> git.jsancho.org Git - gacela.git/commitdiff
(no commit message)
authorjsancho <devnull@localhost>
Sun, 11 Sep 2011 08:01:04 +0000 (08:01 +0000)
committerjsancho <devnull@localhost>
Sun, 11 Sep 2011 08:01:04 +0000 (08:01 +0000)
src/gacela.scm

index 1d963c6772b29a5f1924d84f0aef14d4890c97d4..f14b837bdd956ca859d84a9e70d2b2a7d1681cbd 100644 (file)
          (set! audio #f))))
 
 
+;;; Resources Cache
+
+(define resources-cache (make-weak-value-hash-table))
+
+
 ;;; GaCeLa Functions
 
 (define set-frames-per-second #f)