new post | browse code | authors | help | about

LuaBin 2.0

Viewing file root / lua / vgui / ImageButton.lua

  1.  
  2. // This is simply a redirect. Anything using ImageButton should now be using DImageButton
  3.  
  4. vgui.Register( "ImageButton", {}, "DImageButton" )