Iridescence 1.00
Embedded Graphic Framework
Loading...
Searching...
No Matches
ds_version.h
1/* Copyright (C) 2017 - 2024, Thornwave Labs Inc - All Rights Reserved.
2 * Unauthorized copying of this file, via any medium is strictly prohibited.
3 * Proprietary and confidential.
4 * Written by Razvan Turiac <razvan.turiac@thornwave.com>
5*/
6
7#ifndef _DS_VERSION_H
8#define _DS_VERSION_H
9
10
11#include <stdint.h>
12
13const char* ds_get_iridescence_license(void);
14uint16_t ds_get_iridescence_version(void);
15
16
17#endif