yuzu/src/citra/citra.h

14 lines
327 B
C
Raw Normal View History

2014-04-09 00:25:53 +00:00
// Copyright 2014 Citra Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.
2013-08-30 03:35:09 +00:00
2014-04-09 00:25:53 +00:00
#pragma once
2013-08-30 03:35:09 +00:00
#include "version.h"
2013-09-26 21:34:48 +00:00
#define APP_NAME "citra"
2013-09-13 22:11:14 +00:00
#define APP_VERSION "0.01-" VERSION
2013-08-30 03:35:09 +00:00
#define APP_TITLE APP_NAME " " APP_VERSION
2013-09-26 21:34:48 +00:00
#define COPYRIGHT "Copyright (C) 2013 Citra Emulator"
2013-08-30 03:35:09 +00:00