mirror of
https://github.com/naehrwert/scetool.git
synced 2025-04-20 03:37:49 +00:00
13 lines
164 B
C
13 lines
164 B
C
![]() |
/*
|
||
|
* Copyright (c) 2011-2013 by naehrwert
|
||
|
* This file is released under the GPLv2.
|
||
|
*/
|
||
|
|
||
|
#ifndef _PKG_H_
|
||
|
#define _PKG_H_
|
||
|
|
||
|
#include "types.h"
|
||
|
#include "sce.h"
|
||
|
|
||
|
#endif
|