mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-09 10:57:51 -05:00
got rid of 'src' folders in each sub-project
This commit is contained in:
7
src/citra_qt/version.h
Normal file
7
src/citra_qt/version.h
Normal file
@ -0,0 +1,7 @@
|
||||
// TODO: Supposed to be generated...
|
||||
// GENERATED - Do not edit!
|
||||
#ifndef VERSION_H_
|
||||
#define VERSION_H_
|
||||
#define __BUILD__ "40"
|
||||
#define VERSION __BUILD__
|
||||
#endif // VERSION_H_
|
Reference in New Issue
Block a user