application/modules.c
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 03 Oct 2018 15:52:44 +0100
changeset 115 0dd989ce3ae7
parent 110 7150377a44e1
child 180 a47acd6d73ca
permissions -rw-r--r--
Cleanup default window titles ...namely: * rename class-side from `#windowTitle` to `#defaultWindowTitle` (because really, it's just a default) * make sure that all overriden `#defaultWindowTitle` methods use resources to properly support i19n.

/* $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;