mirror of
https://github.com/Dillonb/n64.git
synced 2025-04-02 10:42:08 -04:00
5 lines
No EOL
130 B
C
5 lines
No EOL
130 B
C
#ifndef N64_VERSION_H
|
|
#define N64_VERSION_H
|
|
#include <assert.h>
|
|
#define N64_GIT_COMMIT_HASH "${_git_hash}"
|
|
#endif // N64_VERSION_H
|