mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-01 23:19:18 +00:00
1
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef TCL_TCLKW_SWG_
|
||||
#define TCL_TCLKW_SWG_
|
||||
|
||||
// Some special reserved words in classes
|
||||
|
||||
%keywordwarn("cget is a tcl reserved method name") *::cget;
|
||||
%keywordwarn("configure is a tcl reserved method name") *::configure;
|
||||
|
||||
|
||||
#endif //_TCL_TCLKW_SWG_
|
||||
Reference in New Issue
Block a user