Subversion Repositories fei

Rev

Rev 1 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 2
Line 12... Line 12...
12
-- GNU Affero General Public License for more details.
12
-- GNU Affero General Public License for more details.
13
 
13
 
14
-- You should have received a copy of the GNU Affero General Public License
14
-- You should have received a copy of the GNU Affero General Public License
15
-- along with this program. If not, see <https://www.gnu.org/licenses/>.
15
-- along with this program. If not, see <https://www.gnu.org/licenses/>.
16
 
16
 
-
 
17
local modpath=minetest.get_modpath("fei")
-
 
18
 
17
-- table with global functions and variables
19
-- table with global functions and variables
18
fei={}
20
fei={}
-
 
21
 
-
 
22
dofile(modpath.."/item_view.lua")