Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions classic.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
--
-- classic
--
-- Copyright (c) 2014, rxi
--
-- This module is free software; you can redistribute it and/or modify it under
-- the terms of the MIT license. See LICENSE for details.
--
--[[
classic
Copyright (c) 2014, rxi
This module is free software; you can redistribute it and/or modify it under
the terms of the MIT license. See LICENSE for details.
--]]

local Object = {}
Object.__index = Object
Expand Down