random generator now based on pcg-random
This commit is contained in:
parent
c3e030e827
commit
2d62bbb97e
6 changed files with 405 additions and 5 deletions
|
|
@ -64,6 +64,7 @@ SOURCES += main.cpp \
|
|||
TranslationClass.cpp \
|
||||
UserInterface.cpp \
|
||||
anpro/JSHighlighter.cpp \
|
||||
pcg/pcg_basic.c \
|
||||
tmext/TelemetryClassAuthenticator.cpp \
|
||||
uimod/UiModLabel.cpp \
|
||||
uimod/UiModWidget.cpp
|
||||
|
|
@ -104,6 +105,7 @@ HEADERS += \
|
|||
TranslationClass.h \
|
||||
UserInterface.h \
|
||||
anpro/JSHighlighter.h \
|
||||
pcg/pcg_basic.h \
|
||||
tmext/TelemetryClassAuthenticator.h \
|
||||
uimod/UiModLabel.h \
|
||||
uimod/UiModWidget.h
|
||||
|
|
@ -148,7 +150,7 @@ DISTFILES += res/app.rc \
|
|||
res/gta5view.png \
|
||||
lang/README.txt
|
||||
|
||||
INCLUDEPATH += ./anpro ./tmext ./uimod
|
||||
INCLUDEPATH += ./anpro ./pcg ./tmext ./uimod
|
||||
|
||||
# GTA5SYNC/GTA5VIEW ONLY
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue