This website works better with JavaScript.
Explore
Help
Sign In
ITsolved
/
prodejna
Watch
2
Star
0
Fork
You've already forked prodejna
0
Code
Issues
8
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3a072742ac
master
print
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3a072742ac'
${ noResults }
prodejna
/
core
/
core.h
8 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
initial commit Base app, core lib, plugin system
9 years ago
#
ifndef CORE_H
#
define CORE_H
- Core library header files added to core.h file. - Fixed windows build. - Added AccommodationService class.
9 years ago
#
include
"context.h"
#
include
"iplugin.h"
initial commit Base app, core lib, plugin system
9 years ago
#
endif
// CORE_H