mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-13 15:31:28 +00:00
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@332 af15c1b1-3010-417e-b628-4374ebc0bcbd
21 lines
536 B
Objective-C
21 lines
536 B
Objective-C
//
|
|
// Sparkle.h
|
|
// Sparkle
|
|
//
|
|
// Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07)
|
|
// Copyright 2006 Andy Matuschak. All rights reserved.
|
|
//
|
|
|
|
#ifndef SPARKLE_H
|
|
#define SPARKLE_H
|
|
|
|
// This list should include the shared headers. It doesn't matter if some of them aren't shared (unless
|
|
// there are name-space collisions) so we can list all of them to start with:
|
|
|
|
#import <Sparkle/SUUpdater.h>
|
|
|
|
#import <Sparkle/SUAppcast.h>
|
|
#import <Sparkle/SUAppcastItem.h>
|
|
#import <Sparkle/SUVersionComparisonProtocol.h>
|
|
|
|
#endif
|