Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
247 B

  1. #ifndef TCL_TCLKW_SWG_
  2. #define TCL_TCLKW_SWG_
  3. // Some special reserved words in classes
  4. %keywordwarn("cget is a tcl reserved method name") *::cget;
  5. %keywordwarn("configure is a tcl reserved method name") *::configure;
  6. #endif //_TCL_TCLKW_SWG_