mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 15:15:46 +00:00
13 lines
327 B
C
13 lines
327 B
C
// Copyright 2014 Citra Emulator Project
|
|
// Licensed under GPLv2
|
|
// Refer to the license.txt file included.
|
|
|
|
#pragma once
|
|
|
|
#include "version.h"
|
|
|
|
#define APP_NAME "citra"
|
|
#define APP_VERSION "0.01-" VERSION
|
|
#define APP_TITLE APP_NAME " " APP_VERSION
|
|
#define COPYRIGHT "Copyright (C) 2013 Citra Emulator"
|
|
|