kodi
xbmc
utils
SaveFileStateJob.h
1
/*
2
* Copyright (C) 2010-2018 Team Kodi
3
* This file is part of Kodi - https://kodi.tv
4
*
5
* SPDX-License-Identifier: GPL-2.0-or-later
6
* See LICENSES/README.md for more information.
7
*/
8
9
#pragma once
10
11
class
CBookmark
;
12
class
CFileItem
;
13
14
class
CSaveFileState
15
{
16
public
:
17
static
void
DoWork(
CFileItem
& item,
18
CBookmark
& bookmark,
19
bool
updatePlayCount);
20
};
21
CSaveFileState
Definition:
SaveFileStateJob.h:14
CBookmark
Definition:
Bookmark.h:14
CFileItem
Represents a file on a share.
Definition:
FileItem.h:102
Generated by
1.8.13