Skip to content
Merged
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
13 changes: 1 addition & 12 deletions gamemode/core/libs/cl_markup.lua
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
local string = string
local table = table
local surface = surface
local tostring = tostring
local pairs = pairs
local setmetatable = setmetatable
local math = math
local Material = Material
local tonumber = tonumber
local file = file

module("nut.markup")
module("nut.markup", package.seeall)

--[[---------------------------------------------------------
Name: Constants used for text alignment.
Expand Down