2020-02-10 08:17:53 -08:00
|
|
|
--[[
|
|
|
|
|
***************************************************************************
|
|
|
|
|
* Copyright © 2020 - Arianne *
|
|
|
|
|
***************************************************************************
|
|
|
|
|
***************************************************************************
|
|
|
|
|
* *
|
|
|
|
|
* This program is free software; you can redistribute it and/or modify *
|
|
|
|
|
* it under the terms of the GNU General Public License as published by *
|
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or *
|
|
|
|
|
* (at your option) any later version. *
|
|
|
|
|
* *
|
|
|
|
|
***************************************************************************
|
|
|
|
|
]]
|
|
|
|
|
|
2020-01-20 10:56:50 -08:00
|
|
|
|
|
|
|
|
-- comment out the next line to enable
|
|
|
|
|
do return end
|
|
|
|
|
|
|
|
|
|
-- load the file with the actual instructions
|
2020-04-18 22:50:36 -07:00
|
|
|
dofile("girl.lua")
|
|
|
|
|
dofile("dog.lua")
|