examples/chat/modules.c
author Stefan Vogel <sv@exept.de>
Thu, 11 Apr 2019 18:36:26 +0200
branchcvs_MAIN
changeset 3898 d8c5eadc3a52
parent 3412 df11bb428463
child 3913 aabe49ce9998
permissions -rw-r--r--
#REFACTORING by stefan class: JavaVM class changed: #loadClassesIn:matching: use \"asFilename pathName\" instead of \"asFilename asAbsoluteFilename pathName\" ist is equivalent!

/* $Header: /cvs/stx/stx/libjava/examples/chat/modules.c,v 1.2 2015-03-20 12:08:02 vrany Exp $
 *
 * DO NOT EDIT 
 * automagically generated from the projectDefinition: stx_libjava_examples_chat.
 *
 * Warning: once you modify this file, do not rerun
 * stmkmp or projectDefinition-build again - otherwise, your changes are lost.
 */
typedef void (*vf)();

extern void _Chat_Init();
extern void _ChatStart_Init();
extern void _ChatWindow_Init();
extern void _stx_137libjava_137examples_137chat_Init();


static vf modules[] = {
    _Chat_Init,
_ChatStart_Init,
_ChatWindow_Init,
_stx_137libjava_137examples_137chat_Init,

    (vf)0
};

vf *__modules__ = modules;