The first section is normal C code that is passed, untranslated, to the
".c
" file. This should contain needed headers and the like.
Internal support functions for functions in section two should also be
here. The generated header may also be included here if needed.
If you include code in this section that is specific to the client
surround it with "#ifdef BECLIENT
" and "#endif
". If
you include code in this section that is specific to the server surround
it with "#ifdef BESERVER
" and "#endif
".