Interface changes: no more KIND ints, all context.name strings now;

Initial version of Event system


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1287 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2003-10-27 05:01:10 +00:00
parent a6e4933338
commit 07fb0bd04e
-23
View File
@@ -1,23 +0,0 @@
/* TODO: review/comment [inline]/change rules */
/*
* CDP Custom Interface KINDs repository
*
* Officially registered interfaces live here. The rules are:
* 1) anything up to 65536 is reserved for internal use
* 2) please (!) apply for your KIND (range) officially in UQM
* bugzilla (for now)
* 3) your choices for KIND names are either your email addy
* or your mod project name, followed by a brief but descriptive
* interface name; please keep is short, the final identifier
* has to be under 64 chars long
* 4) upon application, you get a KIND numerical range for your
* use; please use range sizes that are a multiple of 0x10
* (self managed for now), but do not take more than 0x40
* at once
*
* Sample:
*
* CDPITF_KIND_CODEPRO_AT_USA_NET_HANGAR = 0x00010001,
* CDPITF_KIND_CODEPRO_AT_USA_NET_IMAGEEFFECTS = 0x00010002,
*/