Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Borghetti <bdiego@gmail.com>2009-02-09 10:15:22 +0300
committerDiego Borghetti <bdiego@gmail.com>2009-02-09 10:15:22 +0300
commitb9063b27a9376ca276cb80f692ef8fa923a966a7 (patch)
treeb70345fb669b481c1cf1bdec875e876d2d46f2e3 /source/blender/blenfont/intern/blf_internal.h
parent9dec5e8fa3a214da7ad406265204411aabda3c30 (diff)
Just commit so I can continue tomorrow from work.
All the code have #if 0 / #endif so nothing to worry about.
Diffstat (limited to 'source/blender/blenfont/intern/blf_internal.h')
-rw-r--r--source/blender/blenfont/intern/blf_internal.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/source/blender/blenfont/intern/blf_internal.h b/source/blender/blenfont/intern/blf_internal.h
new file mode 100644
index 00000000000..b88c83e4b13
--- /dev/null
+++ b/source/blender/blenfont/intern/blf_internal.h
@@ -0,0 +1,38 @@
+/**
+ * $Id$
+ *
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * The Original Code is Copyright (C) 2009 Blender Foundation.
+ * All rights reserved.
+ *
+ * Contributor(s): Blender Foundation.
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+
+#ifndef BLF_INTERNAL_H
+#define BLF_INTERNAL_H
+
+#if 0
+
+char *blf_dir_search(const char *file);
+int blf_dir_split(const char *str, char *file, int *size);
+
+#endif /* zero! */
+
+#endif /* BLF_INTERNAL_H */