./cell_background.lua

  1. ------------------------------------------------------------------------------- 
  2. -- Init Background 
  3. -- 
  4. function cell_background_init() 
  5. end 
  6.  
  7. ------------------------------------------------------------------------------- 
  8. -- Cleanup Background 
  9. -- 
  10. function cell_background_cleanup() 
  11. end