Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. |Programa
  2. |-Main.lua
  3. |-config.lua
  4. |--------functions
  5. |-functions.lua
  6.  
  7. require "../config"
  8. require "..\config"
  9.  
  10. package.path = package.path .. ";../config.lua"
  11. require "config"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement