application/modules.c
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 18 Feb 2019 10:55:12 +0000
changeset 154 26937faa5a97
parent 110 7150377a44e1
child 180 a47acd6d73ca
permissions -rw-r--r--
Use standard `#enqueueMessage:` mechanism to enqueue delayed updates rather than baking our own `#enqueueDelayedUpdate:`. The former is "standard" API defined in `ApplicationModel`. We still need to specialize that behavior in (overridden) `#enqueueMessage:for:arguments:` but API-wise, we use the standard API.

/* $Header$
 *
 * DO NOT EDIT 
 * automagically generated from the projectDefinition: jv_vdb_application.
 *
 * Warning: once you modify this file, do not rerun
 * stmkmp or projectDefinition-build again - otherwise, your changes are lost.
 */
typedef void (*vf)();

extern void _jv_137vdb_137application_Init();


static vf modules[] = {
    _jv_137vdb_137application_Init,

    (vf)0
};

vf *__modules__ = modules;