DISPATCH
scene_mod Module Reference

This module is a placeholder for scene information, solving the problem of making a piece of information available btw any two points in the code, without having to worry about module dependency. Since this module does not depend on anything else, we can put shared information here. More...

Data Types

type  scene_t
 

Variables

type(scene_tscene
 

Detailed Description

This module is a placeholder for scene information, solving the problem of making a piece of information available btw any two points in the code, without having to worry about module dependency. Since this module does not depend on anything else, we can put shared information here.