This website requires JavaScript.
Explore
Help
Sign In
Relintai
/
rcpp_framework
Watch
1
Star
0
Fork
0
You've already forked rcpp_framework
mirror of
https://github.com/Relintai/rcpp_framework.git
synced
2024-11-14 04:57:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5b99261b30
rcpp_framework
/
core
/
settings.h
10 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
Basic structure. Also added tinydir.
2020-11-25 00:20:41 +01:00
#
ifndef SETTINGS_H
#
define SETTINGS_H
class
Settings
{
public
:
int
i
;
}
;
#
endif
Reference in New Issue
Copy Permalink