From 5af3c1daceb3b21694c300d017dafa51f137e7b4 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Sat, 28 Jun 2008 22:51:16 -0400 Subject: A variety of work mostly focused around the graphics_override module and related work along with pts-gui. --- pts-core/objects/pts_module_interface.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pts-core/objects/pts_module_interface.php') diff --git a/pts-core/objects/pts_module_interface.php b/pts-core/objects/pts_module_interface.php index 7d3b096..3b1964a 100644 --- a/pts-core/objects/pts_module_interface.php +++ b/pts-core/objects/pts_module_interface.php @@ -28,6 +28,8 @@ class pts_module_interface const module_description = "A description of the module."; const module_author = "Module Creator"; + public static $module_store_vars = array(); + public static function module_info() { -- cgit