application/application.h

Wed, 09 Dec 2020 11:32:01 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 09 Dec 2020 11:32:01 +0100
changeset 0
804d8803eade
child 3
c04433993fbb
permissions
-rw-r--r--

add existing toolkit source

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

/* 
 * File:   application.h
 * Author: olaf
 *
 * Created on 8. Dezember 2020, 10:40
 */

#ifndef APPLICATION_H
#define APPLICATION_H

#include <ui/ui.h>

#ifdef __cplusplus
extern "C" {
#endif

void application_startup(UiEvent *event, void *data);


#ifdef __cplusplus
}
#endif

#endif /* APPLICATION_H */

mercurial